From 881c8b19aab2328234b60f3274b451435a6dbc9e Mon Sep 17 00:00:00 2001 From: Philip Orr Date: Thu, 30 Mar 2023 08:28:54 +0000 Subject: [PATCH] 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. --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 16cfb367db..bee28f8274 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/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' %] -- 2.40.0