Skip to content

Commit 4f26691

Browse files
committed
add app_label trans
1 parent b6e9362 commit 4f26691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xadmin/templates/xadmin/includes/sitemenu_accordion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h6 class="panel-title">
1414
{% if item.icon %}<i class="fa-fw {{item.icon}}"></i>
1515
{% elif item.first_icon %}<i class="fa-fw {{item.first_icon}}"></i>
1616
{%else%}<i class="fa-fw fa fa-circle-o"></i>{% endif %}
17-
{{ item.title }}
17+
{% trans item.title %}
1818
{% if item.url %}</a>{% endif %}
1919
</a>
2020
</h6>
@@ -30,4 +30,4 @@ <h6 class="panel-title">
3030
</div>
3131
{% endfor %}
3232
</div>
33-
{% endblock navbar_md %}
33+
{% endblock navbar_md %}

0 commit comments

Comments
 (0)