From 733e353512996464ce4227dc8dec3673fa772023 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 12 Nov 2024 16:34:30 +0000 Subject: [PATCH] Bug 36221: (QA follow-up) Capitalization: Please Note Signed-off-by: Katrin Fischer --- Koha/ILL/Backend/intra-includes/create.inc | 8 ++++---- Koha/ILL/Backend/intra-includes/edititem.inc | 4 ++-- Koha/ILL/Backend/intra-includes/migrate.inc | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc index 67af446b95..2e9bfb837d 100644 --- a/Koha/ILL/Backend/intra-includes/create.inc +++ b/Koha/ILL/Backend/intra-includes/create.inc @@ -3,13 +3,13 @@ [% PROCESS "${cwd}/shared-includes/form_input_helpers.inc" %] [% IF whole.error %] [% IF whole.status == 'missing_identifier' %] -

Please Note: Mandatory field Identifier is missing.

+

Please note: Mandatory field Identifier is missing.

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

Please Note: Library is a mandatory field.

+

Please note: Library is a mandatory field.

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

Please Note: The patron details you entered are invalid.

+

Please note: The patron details you entered are invalid.

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

Please Note: The library you chose is invalid.

+

Please note: The library you chose is invalid.

[% ELSE %]

Unhandled error

[% END %] diff --git a/Koha/ILL/Backend/intra-includes/edititem.inc b/Koha/ILL/Backend/intra-includes/edititem.inc index 7662c16074..20a694e804 100644 --- a/Koha/ILL/Backend/intra-includes/edititem.inc +++ b/Koha/ILL/Backend/intra-includes/edititem.inc @@ -2,7 +2,7 @@ [% PROCESS "${cwd}/shared-includes/form_input_helpers.inc" %] [% IF whole.error %] [% IF whole.status == 'missing_type' %] -

Please Note: Mandatory field Type is missing.

+

Please note: Mandatory field 'type' is missing.

[% ELSE %]

Unhandled error

[% END %] @@ -91,4 +91,4 @@ [% END %] [% ELSE %]

Unknown stage. This should not have happened. -[% END %] \ No newline at end of file +[% END %] diff --git a/Koha/ILL/Backend/intra-includes/migrate.inc b/Koha/ILL/Backend/intra-includes/migrate.inc index 0fbbe91aab..02bc61093f 100644 --- a/Koha/ILL/Backend/intra-includes/migrate.inc +++ b/Koha/ILL/Backend/intra-includes/migrate.inc @@ -1,12 +1,12 @@ [% IF whole.error %] [% IF whole.status == 'missing_identifier' %] -

Please Note: Mandatory field Identifier is missing.

+

Please note: Mandatory field Identifier is missing.

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

Please Note: Library is a mandatory field.

+

Please note: Library is a mandatory field.

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

Please Note: The patrons details you entered are invalid.

+

Please note: The patrons details you entered are invalid.

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

Please Note: The library you chose is invalid.

+

Please note: The library you chose is invalid.

[% ELSE %]

Unhandled error

[% END %] -- 2.39.5