From 0ec9ce6d390415a6fe1c1a021b3a2876170504f0 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 --- 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 c0f4fc5ae7b..8fef1eba84d 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: StaffLoginRestrictBranchByIP 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.2