fix message

This commit is contained in:
Matthias Mair 2021-11-06 20:49:09 +00:00
parent 45b7bc0c51
commit 30aa072537

View File

@ -236,11 +236,11 @@
<div class='input-group-append'> <div class='input-group-append'>
<input type="submit" value="{% trans 'Set Language' %}" class="btn btn btn-primary"> <input type="submit" value="{% trans 'Set Language' %}" class="btn btn btn-primary">
</div> </div>
<p>{% trans "Some languages are have a low translation percentage." %} <p>{% trans "Some languages are not complete" %}
{% if ALL_LANG %} {% if ALL_LANG %}
<a href="{% url 'settings' %}">{% trans "Show only sufficent" %}</a> . <a href="{% url 'settings' %}">{% trans "Show only sufficent" %}</a>
{% else %} {% else %}
<a href="?alllang">{% trans "Show them too" %}</a> and hidden. <a href="?alllang">{% trans "Show them too" %}</a>
{% endif %} {% endif %}
</p> </p>
</div> </div>