Bugzilla – Attachment 121499 Details for
Bug 28428
Capitalization: Password Updated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28428: Capitalization: Password Updated
Bug-28428-Capitalization-Password-Updated.patch (text/plain), 1.48 KB, created by
David Nind
on 2021-05-28 21:08:46 UTC
(
hide
)
Description:
Bug 28428: Capitalization: Password Updated
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-05-28 21:08:46 UTC
Size:
1.48 KB
patch
obsolete
>From 795a110cf2d24cba2c2f349a043fd4af2fc82eaa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 24 May 2021 10:58:00 +0000 >Subject: [PATCH] Bug 28428: Capitalization: Password Updated > >This patch corrects the case of two headings on the "Change password" >page in the staff interface. > >As far as I can tell these strings are never seen because the page >redirects to the patron detail page instead of redisplaying after a new >password or username is submitted. > >A visual inspection of the patch may be the only test. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >index 4ac2c0d018..d888805945 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >@@ -28,7 +28,7 @@ > <li> > <a href="#" aria-current="page"> > [% IF ( newpassword ) %] >- Password Updated >+ Password updated > [% ELSE %] > Change username and/or password > [% END %] >@@ -45,7 +45,7 @@ > [% INCLUDE 'members-toolbar.inc' %] > > [% IF ( newpassword ) %] >-<h1>Password Updated</h1> >+<h1>Password updated</h1> > > [% ELSE %] > >-- >2.11.0
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 28428
:
121322
|
121499
|
121575