From 05af20c02e596599ecd8e15403ca6eed99039fd8 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Tue, 25 Nov 2025 09:49:38 +0000 Subject: [PATCH] Reword config text to avoid Unicode apostrophe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the contraction in the configuration file to remove the Unicode apostrophe to get rid of Gitea’s “confusable characters” warning when opening the file. Change-Id: I7c3c7503621c40d3f80f07c14f31b9d0c6583ad7 Signed-off-by: Dmitriy Chubinidze --- .../admin/hashmap/templates/hashmap/_mapping_create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html index ec01ae4..7d91928 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html @@ -3,5 +3,5 @@ {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "A mapping is the final object, it’s what triggers calculation." %}

+

{% trans "A mapping is the final object that triggers calculation." %}

{% endblock %}