diff options
Diffstat (limited to 'web/kbn_templates/modems.j2')
-rw-r--r-- | web/kbn_templates/modems.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/modems.j2 b/web/kbn_templates/modems.j2 index 9defec3..a8a420d 100644 --- a/web/kbn_templates/modems.j2 +++ b/web/kbn_templates/modems.j2 @@ -1,7 +1,7 @@ {% extends "base.j2" %} {% block content %} -{{ breadcrumbs([{'text': 'Модемы'}]) }} +{{ breadcrumbs([{'text': 'modems'|lang}]) }} {% for modem in modems %} <h6 class="text-primary{% if not loop.first %} mt-4{% endif %}">{{ modems.getfullname(modem) }}</h6> |