mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 17:33:08 +01:00
Merge pull request #817 from kajala/bugfix/i18n-templates-2020-04-21
"Overview" not translated in templates
This commit is contained in:
commit
ccee1bc7a5
@ -6,7 +6,7 @@
|
||||
<li class="breadcrumb-item">
|
||||
<a href="#">Dashboard</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">Overview</li>
|
||||
<li class="breadcrumb-item active">{% trans "Overview" %}</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block helpdesk_body %}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{% url 'helpdesk:kb_index' %}">{% trans "Knowledgebase" %}</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">Overview</li>
|
||||
<li class="breadcrumb-item active">{% trans "Overview" %}</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block helpdesk_body %}
|
||||
|
@ -22,7 +22,7 @@
|
||||
<li class="breadcrumb-item">{% trans "Saved Query" %}</li>
|
||||
<li class="breadcrumb-item active">{{ saved_query.title }}</li>
|
||||
{% else %}
|
||||
<li class="breadcrumb-item active">Overview</li>
|
||||
<li class="breadcrumb-item active">{% trans "Overview" %}</li>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user