From 7afddcb157a8d8e27cfdee3cdbeb0eae483aa24c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Jan 2017 10:00:40 +0100 Subject: [PATCH] Bug 9569: Update warning message Signed-off-by: Chris Cormack Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall --- 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 79b5d15db7..c6a050c02d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -34,7 +34,7 @@ [% END %] [% IF ( wrongip ) %] -
Error: IndependentBranches and Autolocation are switched on and you are logging in with an IP address that doesn't match your library.
+
Error: Autolocation is switched on and you are logging in with an IP address that doesn't match your library.
[% END %] [% IF ( invalid_username_or_password ) %] -- 2.39.5