From 0493d36a78fee901c60691a598896c072492db21 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 1c82d81d46..3358999929 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 @@ -174,11 +174,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 3c1e12050a..976cfca066 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc @@ -106,11 +106,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.30.2