Bug 32294: Fix capitalization for user ID in self checkout
Fixes capitalization of "user ID" on the self checkout help page. To test: * Enable WebBasedSelfCheck * Go to: /cgi-bin/koha/sco/sco-main.pl in the OPAC * Log in and open help * Verify there is a User ID within a sentence and a User id in the heading * Apply patch * Both should be corrected Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
312535a9cc
commit
a5f300d9fd
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
is not behaving as expected, you may want to refer to this guide to get
|
||||
yourself started.</p>
|
||||
|
||||
<h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2>
|
||||
<h2>Step one: Enter your user ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2>
|
||||
|
||||
<p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
|
||||
<p>Enter your user ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
|
||||
submit button (or press the enter key).</p>
|
||||
|
||||
<h2>Step two: Scan the barcode for each item, one at a time</h2>
|
||||
|
|
Loading…
Reference in a new issue