From 733e353512996464ce4227dc8dec3673fa772023 Mon Sep 17 00:00:00 2001 From: Katrin Fischer <katrin.fischer@bsz-bw.de> Date: Tue, 12 Nov 2024 16:34:30 +0000 Subject: [PATCH] Bug 36221: (QA follow-up) Capitalization: Please Note Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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' %] -<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> +<p><em>Please note:</em> Mandatory field Identifier is missing.</p> [% ELSIF whole.status == 'missing_branch' %] -<p><em>Please Note:</em> Library is a mandatory field.</p> +<p><em>Please note:</em> Library is a mandatory field.</p> [% ELSIF whole.status == 'invalid_borrower' %] -<p><em>Please Note:</em> The patron details you entered are invalid.</p> +<p><em>Please note:</em> The patron details you entered are invalid.</p> [% ELSIF whole.status == 'invalid_branch' %] -<p><em>Please Note:</em> The library you chose is invalid.</p> +<p><em>Please note:</em> The library you chose is invalid.</p> [% ELSE %] <p>Unhandled error</p> [% 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' %] -<p><em>Please Note:</em> Mandatory field Type is missing.</p> +<p><em>Please note:</em> Mandatory field 'type' is missing.</p> [% ELSE %] <p>Unhandled error</p> [% END %] @@ -91,4 +91,4 @@ [% END %] [% ELSE %] <p>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' %] -<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> +<p><em>Please note:</em> Mandatory field Identifier is missing.</p> [% ELSIF whole.status == 'missing_branch' %] -<p><em>Please Note:</em> Library is a mandatory field.</p> +<p><em>Please note:</em> Library is a mandatory field.</p> [% ELSIF whole.status == 'invalid_borrower' %] -<p><em>Please Note:</em> The patrons details you entered are invalid.</p> +<p><em>Please note:</em> The patrons details you entered are invalid.</p> [% ELSIF whole.status == 'invalid_branch' %] -<p><em>Please Note:</em> The library you chose is invalid.</p> +<p><em>Please note:</em> The library you chose is invalid.</p> [% ELSE %] <p>Unhandled error</p> [% END %] -- 2.39.5