diff options
Diffstat (limited to 'src/hydrilla/server/templates/base.html')
-rw-r--r-- | src/hydrilla/server/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/server/templates/base.html b/src/hydrilla/server/templates/base.html index f95ce54..34cb214 100644 --- a/src/hydrilla/server/templates/base.html +++ b/src/hydrilla/server/templates/base.html @@ -95,6 +95,7 @@ in a proprietary program, I am not going to enforce this in court. } {% endblock %} </style> + {# TRANSLATORS: 'hydrilla' as a title#} <title>{% block title %}{{ _('hydrilla') }}{% endblock %}</title> {% endblock %} </head> |