Bug 32945: (QA follow-up) Fix capitalization of id in even more places
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 23 Feb 2023 22:31:09 +0000 (22:31 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 09:52:38 +0000 (11:52 +0200)
This fixes additional strings pointed out by QA.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt

index 453c5a9..8a52283 100644 (file)
@@ -45,7 +45,7 @@
     [% IF message.code == 'biblio_not_exists' %]
       <span>The biblionumber [% message.biblionumber | html %] does not exist in the database.</span>
     [% ELSIF message.code == 'authority_not_exists' %]
-      <span>The authority id [% message.authid | html %] does not exist in the database.</span>
+      <span>The authority ID [% message.authid | html %] does not exist in the database.</span>
     [% ELSIF message.code == 'cannot_enqueue_job' %]
         <span>Cannot enqueue this job.</span>
     [% ELSIF message.code == 'biblio_not_exists' %]
index 00393e3..174f9d9 100644 (file)
@@ -49,7 +49,7 @@
             <h2>Original</h2>
             [% IF ( ERROR_FORMATTED1 ) %]
                 <div class="dialog alert">
-                    <p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
+                    <p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
                 </div>
             [% ELSE %]
                 <h2>[% RECORDTITLE | html %]</h2>
@@ -60,7 +60,7 @@
             <h2>Imported</h2>
             [% IF ( ERROR_FORMATTED2 ) %]
                 <div class="dialog alert">
-                    <p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
+                    <p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
                 </div>
             [% ELSE %]
                 <h2>[% IMPORTTITLE | html %]</h2>
index 13f5357..03a4062 100644 (file)
                             [% IF message == 'valid_payment' %]
                                 <p>Your payment of $[% message_value | html %] has been processed successfully!</p>
                             [% ELSIF message == 'duplicate_payment' %]
-                                <p>A payment with the transaction id '[% message_value | html %]' has already been posted to an account.</p>
+                                <p>A payment with the transaction ID '[% message_value | html %]' has already been posted to an account.</p>
                                 <p>Please contact a librarian for details.</p>
                             [% ELSIF message == 'invalid_payment' %]
-                                <p>The transaction id '[% message_value | html %]' for this payment is invalid.</p>
+                                <p>The transaction ID '[% message_value | html %]' for this payment is invalid.</p>
                                 <p>Please contact a librarian for details.</p>
                             [% END %]
                         </div>
index 61ae289..db234af 100644 (file)
@@ -85,7 +85,7 @@
 
                         [% IF ( bad_biblionumber ) %]
                             <li id="bad_biblionumber">
-                                ERROR: No record found for record id [% bad_biblionumber | html %].
+                                ERROR: No record found for record ID [% bad_biblionumber | html %].
                             </li>
                         [% END %]
 
 
                         [% IF ( no_biblionumber ) %]
                             <li id="no_biblionumber">
-                               ERROR: No record id specified.
+                               ERROR: No record ID specified.
                            </li>
                         [% END %]