From a4b9518cdede82baf34f8b0b0832d7a22c283384 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 7 Oct 2021 14:14:41 +0200 Subject: [PATCH] Fix password labe i18n key on login form --- auth/assets/templates/login.html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/assets/templates/login.html.tpl b/auth/assets/templates/login.html.tpl index 985690025..0c720c564 100644 --- a/auth/assets/templates/login.html.tpl +++ b/auth/assets/templates/login.html.tpl @@ -39,7 +39,7 @@ name="password" placeholder="{{ tr "login.template.form.password.placeholder" }}" autocomplete="current-password" - aria-label="{{ tr "login.template.form.password.labels" }}"> + aria-label="{{ tr "login.template.form.password.label" }}">