forked from Github-Mirrors/canaille
Fixed missing HTML translation
This commit is contained in:
parent
990c624c32
commit
8b3781f73f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
{% if user.can_manage_oidc %}
|
||||
<div class="ui dropdown item {% if menuitem == "admin" %}dropdown-active{% endif %}">
|
||||
<i class="settings icon"></i>
|
||||
Admin
|
||||
{% trans %}Admin{% endtrans %}
|
||||
<div class="menu">
|
||||
<a class="item" href="{{ url_for('oidc.clients.index') }}">
|
||||
<i class="plug icon"></i>
|
||||
|
|
Loading…
Reference in a new issue