Bug 32217: Fixed typo in error message for authentication providers
authorPhilip Orr <philip.orr@lmscloud.de>
Thu, 30 Mar 2023 08:28:54 +0000 (08:28 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 30 Mar 2023 10:09:39 +0000 (12:09 +0200)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt

index 16cfb36..bee28f8 100644 (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' %]