From 7154d7f0f6d89fd7c63e03b35b9b811c96d24148 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 --- 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 c0f4fc5ae7..4d24895225 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