From 904a89821fa585c96d386f4d723c742ed9e763ea Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 29 Nov 2023 15:35:47 +0000 Subject: [PATCH] Bug 33766: Fix whitespace and add i18n to helper block --- koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 0ef62f37e2..c574ad2abb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc @@ -170,6 +170,7 @@ [% END %] [% BLOCK login_label %] + [% PROCESS 'i18n.inc' %] [%- SET preference_value = Koha.Preference('OPACLoginLabelTextContent') %] [%- SET label = t("Card number") %] [%- IF preference_value == "username" %] @@ -177,5 +178,5 @@ [%- ELSIF preference_value == "cardnumberorusername" %] [%- SET label = t("Card number or username") %] [%- END %] - + [% END %] -- 2.37.1 (Apple Git-137.1)