From e6ec319f1dff57945d5f5653fffe6612ebd516bb Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 28 Apr 2025 12:06:25 +0000 Subject: [PATCH] Bug 36197: (QA follow-up): Update terminology: - Library input: Change 'Collection library' to 'Pickup library'. - Update 'e-mail' to 'email' --- .../bootstrap/en/includes/ill/backends/Standard/create.inc | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- .../bootstrap/en/modules/opac-illrequests_unauthenticated.tt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc index 4ef7691762b..66a6e5587c7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/create.inc @@ -7,7 +7,7 @@ [% ELSIF whole.status == 'missing_type' %]
Please note: Type is a mandatory field.
[% ELSIF whole.status == 'missing_unauth_data' %] -
Please note: Patron data (first name, last name and e-mail) are mandatory fields.
+
Please note: Patron data (first name, last name and email) are mandatory fields.
[% ELSIF whole.status == 'missing_branch' %]
Please note: Library is a mandatory field.
[% ELSIF whole.status == 'invalid_borrower' %] @@ -32,7 +32,7 @@ [% IF unauthenticated_ill && !logged_in_user %] [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] - [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('E-mail address') value = whole.value.other.unauthenticated_email %] + [% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('Email address') value = whole.value.other.unauthenticated_email %] [% END %] [% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt index 019a72b54b4..d3e0d402c2a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -178,7 +178,7 @@ [% END %]
  • - + [% Branches.GetName(request.branchcode) | html %]
  • diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt index 87d419ec963..9a6d7fb6121 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests_unauthenticated.tt @@ -59,7 +59,7 @@ [% request.backend | html %]
  • - + [% Branches.GetName(request.branchcode) | html %]
  • -- 2.39.5