From 131be320cc14596cc7f373f3fb422188a6d3d058 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 4 Nov 2024 13:16:17 +0000 Subject: [PATCH] Bug 35570: (QA follow-up): Fix terminology --- Koha/ILL/Backend/intra-includes/create.inc | 6 +++--- Koha/ILL/Backend/intra-includes/migrate.inc | 6 +++--- Koha/ILL/Backend/opac-includes/create.inc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc index f19849b66e..0154789e56 100644 --- a/Koha/ILL/Backend/intra-includes/create.inc +++ b/Koha/ILL/Backend/intra-includes/create.inc @@ -3,11 +3,11 @@ [% IF whole.status == 'missing_identifier' %]

Please Note: Mandatory field Identifier is missing.

[% ELSIF whole.status == 'missing_branch' %] -

Please Note: Branch is a mandatory field.

+

Please Note: Destination library is a mandatory field.

[% ELSIF whole.status == 'invalid_borrower' %] -

Please Note: The borrower details you entered are invalid.

+

Please Note: The patron details you entered are invalid.

[% ELSIF whole.status == 'invalid_branch' %] -

Please Note: The branch you chose is invalid.

+

Please Note: The destination library you chose is invalid.

[% ELSE %]

Unhandled error

[% END %] diff --git a/Koha/ILL/Backend/intra-includes/migrate.inc b/Koha/ILL/Backend/intra-includes/migrate.inc index ea85d7e1e8..76db6989be 100644 --- a/Koha/ILL/Backend/intra-includes/migrate.inc +++ b/Koha/ILL/Backend/intra-includes/migrate.inc @@ -2,11 +2,11 @@ [% IF whole.status == 'missing_identifier' %]

Please Note: Mandatory field Identifier is missing.

[% ELSIF whole.status == 'missing_branch' %] -

Please Note: Branch is a mandatory field.

+

Please Note: Destination library is a mandatory field.

[% ELSIF whole.status == 'invalid_borrower' %] -

Please Note: The borrower details you entered are invalid.

+

Please Note: The patron details you entered are invalid.

[% ELSIF whole.status == 'invalid_branch' %] -

Please Note: The branch you chose is invalid.

+

Please Note: The destination library you chose is invalid.

[% ELSE %]

Unhandled error

[% END %] diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc index dc0779a1ee..c0e580ade4 100644 --- a/Koha/ILL/Backend/opac-includes/create.inc +++ b/Koha/ILL/Backend/opac-includes/create.inc @@ -4,11 +4,11 @@ [% ELSIF whole.status == 'missing_type' %]

Please Note: Type is a mandatory field.

[% ELSIF whole.status == 'missing_branch' %] -

Please Note: Branch is a mandatory field.

+

Please Note: Destination library is a mandatory field.

[% ELSIF whole.status == 'invalid_borrower' %] -

Please Note: The borrower details you entered are invalid.

+

Please Note: The patron details you entered are invalid.

[% ELSIF whole.status == 'invalid_branch' %] -

Please Note: The branch you chose is invalid.

+

Please Note: The destination library you chose is invalid.

[% ELSE %]

Unhandled error

[% END %] -- 2.39.5