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:
Aakanksha Saini 2017-12-29 17:29:53 +05:30 committed by Johannes Keyser
parent 2e7b2d41fd
commit 18a476b034
No known key found for this signature in database
GPG Key ID: D1431C2C533CF0D0

View File

@ -110,9 +110,9 @@
</a>
</li>
<li>
<a href="{% url 'system' %}" title="{% trans "Configuration" %}">
<a href="{% url 'system' %}" title="{% trans "System" %}">
<span class="glyphicon glyphicon-cog nav-icon"></span>
{% trans "Configuration" %}
{% trans "System" %}
</a>
</li>
{% endif %}