@@ -, +, @@ providers --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -17,7 +17,7 @@ [% IF ( different_ip ) %]IP address change[% END %] [% IF ( timed_out ) %]Session timed out[% END %] [% IF ( nopermission ) %]Access denied[% END %] - [% IF ( auth_error ) %]Error authenticating in external provider[% END %] › Koha + [% IF ( auth_error ) %]Error authenticating with external provider[% END %] › Koha [% INCLUDE 'doc-head-close.inc' %] [% PROCESS 'auth-two-factor.inc' %] --