Bugzilla – Attachment 167775 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.12 KB, created by
David Nind
on 2024-06-15 10:17:29 UTC
(
hide
)
Description:
Bug 34706: Fix capitalization - Cas to CAS
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-06-15 10:17:29 UTC
Size:
1.12 KB
patch
obsolete
>From 0f9639b822639cb16710e36b05ddc1b5be67f736 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> >--- > 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