From 118ab25e3b4be1022fc35b9f81da5813e6892d7e Mon Sep 17 00:00:00 2001 From: Owen Leonard 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. --- 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 @@
  • [% IF ( newpassword ) %] - Password Updated + Password updated [% ELSE %] Change username and/or password [% END %] @@ -45,7 +45,7 @@ [% INCLUDE 'members-toolbar.inc' %] [% IF ( newpassword ) %] -

    Password Updated

    +

    Password updated

    [% ELSE %] -- 2.11.0