aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-01 19:47:10 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:55:05 +0200
commitcd312000a0c270f510e87f92f154af86ac16386b (patch)
tree996d1b80982c5a69b8c51ad206f86b053e595e28 /src/hydrilla/proxy/web_ui/templates
parent009ee56ccc8021e597c3fc5970a351b45a6d1ac7 (diff)
downloadhaketilo-hydrilla-cd312000a0c270f510e87f92f154af86ac16386b.tar.gz
haketilo-hydrilla-cd312000a0c270f510e87f92f154af86ac16386b.zip
[builder][server][proxy] add updated localization
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
index 9520787..a1de86a 100644
--- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
@@ -41,7 +41,7 @@ in a proprietary work, I am not going to enforce this in court.
<title>
{% block title required %}{% endblock %}
-
- _('web_ui.base.title.haketilo_proxy')
+ {{ _('web_ui.base.title.haketilo_proxy') }}
</title>
<style>
{% block style %}