changeset 185:3dd0b27f740c

login: typo
author Goffi <goffi@goffi.org>
date Sun, 14 Apr 2019 08:08:02 +0200
parents 6b13a2d800e5
children 23ba0f7fc205
files sat_templates/templates/default/login/register.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/default/login/register.html	Fri Apr 12 14:17:34 2019 +0200
+++ b/sat_templates/templates/default/login/register.html	Sun Apr 14 08:08:02 2019 +0200
@@ -8,7 +8,7 @@
 {% elif login_error == S_C.INVALID_CERTIFICATE %}
     {%- trans %}The certificate of the server is invalid. Please contact your server administrator.{% endtrans -%}
 {% elif login_error == S_C.INVALID_INPUT %}
-    {%- trans %}The data you entered are nod valid.{% endtrans -%}
+    {%- trans %}The data you entered are not valid.{% endtrans -%}
 {% elif login_error == S_C.BAD_REQUEST %}
     {%- trans %}Bad request, please contact your service administrator.{% endtrans -%}
 {% else %}