mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix message
This commit is contained in:
parent
45b7bc0c51
commit
30aa072537
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user