From 04d0e932802e35f3c923ab96ade08f7bf1e1d6ce Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 23 Feb 2023 22:31:09 +0000 Subject: [PATCH] Bug 32945: (QA follow-up) Fix capitalization of id in even more places This fixes additional strings pointed out by QA. Signed-off-by: Jonathan Druart --- .../prog/en/modules/tools/batch_delete_records.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index 453c5a9a61e..8a522832ca6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -45,7 +45,7 @@ [% IF message.code == 'biblio_not_exists' %] The biblionumber [% message.biblionumber | html %] does not exist in the database. [% ELSIF message.code == 'authority_not_exists' %] - The authority id [% message.authid | html %] does not exist in the database. + The authority ID [% message.authid | html %] does not exist in the database. [% ELSIF message.code == 'cannot_enqueue_job' %] Cannot enqueue this job. [% ELSIF message.code == 'biblio_not_exists' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt index 00393e36cd2..174f9d982a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt @@ -49,7 +49,7 @@

Original

[% IF ( ERROR_FORMATTED1 ) %]
-

The record id [% RECORDID | html %] doesn't match any existing record.

+

The record ID [% RECORDID | html %] doesn't match any existing record.

[% ELSE %]

[% RECORDTITLE | html %]

@@ -60,7 +60,7 @@

Imported

[% IF ( ERROR_FORMATTED2 ) %]
-

The import id number [% IMPORTID | html %] doesn't match any existing record.

+

The import ID number [% IMPORTID | html %] doesn't match any existing record.

[% ELSE %]

[% IMPORTTITLE | html %]

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt index 13f5357061f..03a40623c13 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -51,10 +51,10 @@ [% IF message == 'valid_payment' %]

Your payment of $[% message_value | html %] has been processed successfully!

[% ELSIF message == 'duplicate_payment' %] -

A payment with the transaction id '[% message_value | html %]' has already been posted to an account.

+

A payment with the transaction ID '[% message_value | html %]' has already been posted to an account.

Please contact a librarian for details.

[% ELSIF message == 'invalid_payment' %] -

The transaction id '[% message_value | html %]' for this payment is invalid.

+

The transaction ID '[% message_value | html %]' for this payment is invalid.

Please contact a librarian for details.

[% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 61ae2891930..db234af0d46 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -85,7 +85,7 @@ [% IF ( bad_biblionumber ) %]
  • - ERROR: No record found for record id [% bad_biblionumber | html %]. + ERROR: No record found for record ID [% bad_biblionumber | html %].
  • [% END %] @@ -103,7 +103,7 @@ [% IF ( no_biblionumber ) %]
  • - ERROR: No record id specified. + ERROR: No record ID specified.
  • [% END %] -- 2.25.1