From 15b54d7e1516d43f16589a13da7cd147e4357853 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 27 Aug 2021 08:37:03 -1000 Subject: [PATCH] Bug 28914: Fix wording in authentication forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In most authentication forms we see : Fields "Login:" and "Password:" with a submit button "Log in". In some places submit button contains "Login", which is confusing for translation. It is not correct according to terminology https://wiki.koha-community.org/wiki/Terminology#L Also in opac-user.pl ":" is missing, it generates new translation entries. Test plan: 1) Log out if you are logged in 2) Go to staff interface 3) Check you see button "Log in" 4) Go to OPAC page /cgi-bin/koha/opac-user.pl 5) Check you see fields "Login:" and "Password:" Signed-off-by: Owen Leonard Signed-off-by: Joonas Kylmälä --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index da9c0c14c4..7cfe32644a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -112,7 +112,7 @@ -

+

[% IF ( casAuthentication ) %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index 4e13defc68..e8b03356fa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -183,11 +183,11 @@ [% END %]
- +
- +
-- 2.20.1