From 88b9b1f1e9b64bd3d2157972d0d6e399bb83a2e5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 31 Aug 2023 16:14:08 +0000 Subject: [PATCH] Bug 33766: (follow-up) Change "cardnumber" to "card number" "Cardnumber' isn't really a word, and I think it comes off as librarian-speak. This patch updates it to "Card number" --- .../prog/en/modules/admin/preferences/opac.pref | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 4ef381d21e..af5e77489b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -184,11 +184,11 @@ OPAC: - - Use - pref: OPACLoginLabelTextContent - default: Cardnumber + default: Card number choices: - cardnumber: Cardnumber + cardnumber: Card number username: Username - cardnumberorusername: Cardnumber or username + cardnumberorusername: Card number or username - "as the text content of the userid input field's label." - - pref: OPACShowMusicalInscripts diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc index 4ce9794f77..0ef62f37e2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc @@ -171,11 +171,11 @@ [% BLOCK login_label %] [%- SET preference_value = Koha.Preference('OPACLoginLabelTextContent') %] - [%- SET label = t("Cardnumber") %] + [%- SET label = t("Card number") %] [%- IF preference_value == "username" %] [%- SET label = t("Username") %] [%- ELSIF preference_value == "cardnumberorusername" %] - [%- SET label = t("Cardnumber or username") %] + [%- SET label = t("Card number or username") %] [%- END %] [% END %] -- 2.39.2