diff options
-rwxr-xr-x | theme/templates/website/langs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/langs.html b/theme/templates/website/langs.html index 6005cbb..a33d49c 100755 --- a/theme/templates/website/langs.html +++ b/theme/templates/website/langs.html @@ -1,6 +1,6 @@ {% extends "./layout.html" %} -{% block title %}{{ title }}{% endblock %} +{% block title %}{{ __("LANGS_CHOOSE") }} | {{ title }}{% endblock %} {% block style %} <link rel="stylesheet" href="{{ staticBase }}/style.css"> |