We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e9362 commit 4f26691Copy full SHA for 4f26691
1 file changed
xadmin/templates/xadmin/includes/sitemenu_accordion.html
@@ -14,7 +14,7 @@ <h6 class="panel-title">
14
{% if item.icon %}<i class="fa-fw {{item.icon}}"></i>
15
{% elif item.first_icon %}<i class="fa-fw {{item.first_icon}}"></i>
16
{%else%}<i class="fa-fw fa fa-circle-o"></i>{% endif %}
17
- {{ item.title }}
+ {% trans item.title %}
18
{% if item.url %}</a>{% endif %}
19
</a>
20
</h6>
@@ -30,4 +30,4 @@ <h6 class="panel-title">
30
</div>
31
{% endfor %}
32
33
-{% endblock navbar_md %}
+{% endblock navbar_md %}
0 commit comments