Bugzilla – Attachment 146282 Details for
Bug 32294
Capitalization: Enter your User ID...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32294: Fix capitalization for user ID in self checkout
Bug-32294-Fix-capitalization-for-user-ID-in-self-c.patch (text/plain), 1.79 KB, created by
Lucas Gass (lukeg)
on 2023-02-06 15:50:40 UTC
(
hide
)
Description:
Bug 32294: Fix capitalization for user ID in self checkout
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-02-06 15:50:40 UTC
Size:
1.79 KB
patch
obsolete
>From be089cedc5a1b716f016d043d15c6e8c5ff58d0a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 02:24:58 +0100 >Subject: [PATCH] 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> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >index c47149f702c..b01c769dad6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >@@ -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> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32294
:
146185
|
146275
| 146282