From f24e3a3090f5ce7c93d72bb880ddee7998090679 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 25 Mar 2025 12:56:06 +0000 Subject: [PATCH] Bug 39217: (follow-up) Break up text to improve spacing after tidy --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 8 +++++--- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index 6dfe88d4be1..dc820f017c6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -76,9 +76,11 @@

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 after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you - continue to have problems.

You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. + [% IF Koha.Preference('FailedLoginAttempts') %] + Your account will be locked after a fixed number of failed login attempts. + [% END %] + Please contact a library staff member if you continue to have problems.

[% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index e17be3e1f83..74ee771c461 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -299,9 +299,11 @@ [% IF patronid && nouser %]

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 after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you - continue to have problems.

You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. + [% IF Koha.Preference('FailedLoginAttempts') %] + Your account will be locked after a fixed number of failed login attempts. + [% END %] + Please contact a library staff member if you continue to have problems.

[% END %] -- 2.39.5