From ba62186a81a84e8779421d2a719e6be93df92254 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 18 May 2023 13:04:53 +0000 Subject: [PATCH] Bug 33766: Fix ambiguous "Login" field This patch changes the use of "Login" to "Username" to assist with screen reading Test plan: 1) On the OPAC homepage, click on Lists in the top left 2) Click Log in to create your own lists 3) The login form should have the first field labelled as Username, not Login --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c7029fcd19..f3f8d64ef1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -223,7 +223,7 @@ [% END %]
- +
-- 2.37.1 (Apple Git-137.1)