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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d1f67e4287
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
706c478a40
commit
e55fc88a1e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue