Bug 32217: Fixed typo in error message for authentication providers

Changed the error message for authentication providers to use
"in" instead of "with".

To Test:
Review the patch file closely and verify changes.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Philip Orr 2023-03-30 08:28:54 +00:00 committed by Tomas Cohen Arazi
parent ad7d3e5099
commit bd3e65b5ba
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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 %] &rsaquo; Koha
[% IF ( auth_error ) %]Error authenticating with external provider[% END %] &rsaquo; Koha
</title>
[% INCLUDE 'doc-head-close.inc' %]
[% PROCESS 'auth-two-factor.inc' %]