diff --git a/apps/common/templates/404.html b/apps/common/templates/404.html index 3b629ecd0d..2cea36e3c0 100755 --- a/apps/common/templates/404.html +++ b/apps/common/templates/404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}Page not found{% endblock %} +{% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}