Bugzilla – Attachment 146185 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.68 KB, created by
Katrin Fischer
on 2023-02-05 01:28:13 UTC
(
hide
)
Description:
Bug 32294: Fix capitalization for user ID in self checkout
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 01:28:13 UTC
Size:
1.68 KB
patch
obsolete
>From b3f70f6c8ea40f61cf600acc647d1c2c511e8cc4 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 >--- > 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 c47149f702..b01c769dad 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