Bugzilla – Attachment 167803 Details for
Bug 34706
Capitalization: Cas login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34706: Fix capitalization - Cas to CAS
Bug-34706-Fix-capitalization---Cas-to-CAS.patch (text/plain), 1.17 KB, created by
Sam Lau
on 2024-06-17 20:00:52 UTC
(
hide
)
Description:
Bug 34706: Fix capitalization - Cas to CAS
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-06-17 20:00:52 UTC
Size:
1.17 KB
patch
obsolete
>From 9edacbe6a5250e9e4c7d78a2913765539c3de62d Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 15 Jun 2024 10:10:36 +0000 >Subject: [PATCH] Bug 34706: Fix capitalization - Cas to CAS > >CAS is an abbreviation and should use capital letters. > >Test plan: >1. Enable the casAuthentication system preference. >2. Logout and view the login form. >3. Note that it says "Cas login". >4. Apply the patch. >5. Refresh the login page. >6. Note that it now says "CAS login". >7. Sign off. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 4d24895225..6d1062e084 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -193,7 +193,7 @@ > </form> > > [% IF ( casAuthentication ) %] >- <h4>Cas login</h4> >+ <h4>CAS login</h4> > > [% IF ( invalidCasLogin ) %] > <!-- This is what is displayed if cas login has failed --> >-- >2.39.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 34706
:
167775
|
167803
|
167873