Bugzilla – Attachment 148967 Details for
Bug 32217
Typo: Error authenticating in external provider
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32217: Fixed typo in error message for authentication providers
Bug-32217-Fixed-typo-in-error-message-for-authenti.patch (text/plain), 1.18 KB, created by
Martin Renvoize (ashimema)
on 2023-03-30 08:46:26 UTC
(
hide
)
Description:
Bug 32217: Fixed typo in error message for authentication providers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-03-30 08:46:26 UTC
Size:
1.18 KB
patch
obsolete
>From 881c8b19aab2328234b60f3274b451435a6dbc9e Mon Sep 17 00:00:00 2001 >From: Philip Orr <philip.orr@lmscloud.de> >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 > </title> > [% INCLUDE 'doc-head-close.inc' %] > [% PROCESS 'auth-two-factor.inc' %] >-- >2.40.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32217
:
148956
|
148967
|
148968