diff options
Diffstat (limited to 'web/kbn_templates/base.j2')
-rw-r--r-- | web/kbn_templates/base.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/base.j2 b/web/kbn_templates/base.j2 index e2e29e3..dc1fd58 100644 --- a/web/kbn_templates/base.j2 +++ b/web/kbn_templates/base.j2 @@ -1,7 +1,7 @@ {% macro breadcrumbs(history) %} <nav aria-label="breadcrumb"> <ol class="breadcrumb"> - <li class="breadcrumb-item"><a href="main.cgi">Главная</a></li> + <li class="breadcrumb-item"><a href="main.cgi">{{ "main"|lang }}</a></li> {% for item in history %} <li class="breadcrumb-item"{% if loop.last %} aria-current="page"{% endif %}> {% if item.link %}<a href="{{ item.link }}">{% endif %} |