@@ -, +, @@ sentences) - Review code changes and verify that following sentences are no longer splitted by -tags: "Logout and try again with a different user" "Try to log in using a different Google account" --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -30,7 +30,7 @@

Access denied

Sorry, the system doesn't think you have permission to access this page.

[% IF SCO_login %] -

Logout and try again with a different user

+

Logout and try again with a different user

[% END %] [% END %] @@ -146,7 +146,7 @@

Google login

Sorry, your Google login failed. [% invalidGoogleOpenIDConnectLogin %]

Please note that the Google login will only work if you are using the e-mail address registered with this library.

-

If you want to, you can try to log in using a different account +

Try to log in using a different Google account [% END %] Log in with Google

If you do not have a Google account, but do have a local account, you can still log in:

--