From 3c4959374810c50a19862c83c1c7990eded29e20 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 6dfe88d4be..dc820f017c 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 55122a58b3..8468bc3c9a 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 @@ -298,9 +298,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