Bugzilla – Attachment 135107 Details for
Bug 30761
Typo: PLease
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30761: Fix typos in OPAC reset password template
Bug-30761-Fix-typos-in-OPAC-reset-password-templat.patch (text/plain), 3.26 KB, created by
Jonathan Druart
on 2022-05-18 13:02:02 UTC
(
hide
)
Description:
Bug 30761: Fix typos in OPAC reset password template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-05-18 13:02:02 UTC
Size:
3.26 KB
patch
obsolete
>From b8e7362fc21a7df8ca917be475625dbaea277b54 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 17 May 2022 12:30:28 +0000 >Subject: [PATCH] Bug 30761: Fix typos in OPAC reset password template > >This patch corrects the word "PLease" to "Please." The patch also adds >some periods at the end of some alert strings to make punctuation >consistent between different alerts. > >To test, an inspection of the patch is probably enough. The main fix >(the "PLease") only appears when an unknown error occurs. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../opac-tmpl/bootstrap/en/modules/opac-reset-password.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt >index c770189a485..dc2f998029a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt >@@ -51,16 +51,16 @@ > You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems. > [% CASE 'no_expire' %] > Please log-in to account to update your password.</br> >- <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a> >+ <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>. > [% CASE 'account_locked' %] > This account has been locked! > [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %] > <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password via e-mail</a>. > [% ELSE %] >- You must contact the library for assistance >+ You must contact the library for assistance. > [% END %] > [% CASE %] >- An unknown error occurred. PLease try again or contact the library for assistance >+ An unknown error occurred. Please try again or contact the library for assistance. > [% END %] > </p> > </div> >-- >2.25.1
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 30761
:
135069
|
135077
| 135107