@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -378,7 +378,7 @@ [% ELSE %]

Shibboleth login

-

If you have a Shibboleth account, please click here to login.

+

Log in for a Shibboleth account.

Local Login

[% END %] [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -92,7 +92,7 @@ [% ELSE %]

Shibboleth Login

-

If you have a Shibboleth account, please click here to log in.

+

Log in for Shibboleth account.

[% END # /IF invalidShibLogin %] [% IF ( casAuthentication ) %]

CAS login

@@ -106,7 +106,7 @@ [% IF ( casAuthentication ) %] [% IF ( shibbolethAuthentication ) %] [% IF ( casServerUrl ) %] -

Please click here to log in.

+

Log in.

[% END %] [% IF ( casServersLoop ) %] @@ -126,7 +126,7 @@ [% END %] [% IF ( casServerUrl ) %] -

If you have a CAS account, please click here to log in.

+

Log in for CAS account.

[% END %] [% IF ( casServersLoop ) %] --