@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -139,12 +139,12 @@ [% END # / IF casAuthentication %] [% IF ( invalidOAuth2Login ) %] -

Automatic Login

+

Automatic login

Sorry, your automatic login failed. [% invalidOAuth2Login %]

-

Please note that automatic login will only work if you are using the emal address registered with this library.

-

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

Please note that the automatic 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

Local login

-

If you can't login automatically, you can still login manually:

+

If you can't log in automatically, but you do have a local account, you can still log in:

[% END %]
--