1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-01 11:50:28 +02:00

Language fix

This commit is contained in:
trendschau
2020-01-10 17:43:59 +01:00
parent cecde27815
commit 6f4ca057a9

View File

@@ -87,7 +87,7 @@
{% for format in formats %}
<label class="control-group">{{ __(format) }}
<input name="settings[formats][]" value="{{ __('format') }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}>
<input name="settings[formats][]" value="{{ format }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}>
<span class="checkmark"></span>
</label>
@@ -103,4 +103,4 @@
</div>
{% endblock %}
{% endblock %}