mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
navigation bar: change label 'Configuration' to 'System'
Signed-off-by: Aakanksha Saini <aakanksa@thoughtworks.com> Reviewed-by: Johannes Keyser <johanneskeyser@posteo.de>
This commit is contained in:
parent
2e7b2d41fd
commit
18a476b034
@ -110,9 +110,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url 'system' %}" title="{% trans "Configuration" %}">
|
<a href="{% url 'system' %}" title="{% trans "System" %}">
|
||||||
<span class="glyphicon glyphicon-cog nav-icon"></span>
|
<span class="glyphicon glyphicon-cog nav-icon"></span>
|
||||||
{% trans "Configuration" %}
|
{% trans "System" %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user