From f4acd424b5ea04755b3b99b4d2e39501d240100a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 23 May 2024 10:41:15 +0000 Subject: [PATCH] Bug 26176: (follow-up) Fix one more occurrence Signed-off-by: Katrin Fischer (cherry picked from commit 7154d7f0f6d89fd7c63e03b35b9b811c96d24148) Signed-off-by: Fridolin Somers --- 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 784463b43c..c32469fa48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -66,7 +66,7 @@ [% END %] [% IF ( wrongip ) %] -
Error: Autolocation is switched on and you are logging in with an IP address that doesn't match your library.
+
Error: StaffLoginRestrictLibraryByIP is switched on and you are logging in with an IP address that doesn't match your library.
[% END %] [% IF too_many_login_attempts %] -- 2.39.5