Skip to content

Commit 05af20c

Browse files
committed
Reword config text to avoid Unicode apostrophe
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 <dcu995@gmail.com>
1 parent 73b84a0 commit 05af20c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
{% block modal-body-right %}
55
<h3>{% trans "Description:" %}</h3>
6-
<p>{% trans "A mapping is the final object, it’s what triggers calculation." %}</p>
6+
<p>{% trans "A mapping is the final object that triggers calculation." %}</p>
77
{% endblock %}

0 commit comments

Comments
 (0)