From 35a090a5d58244947edd1ea40e9188c0b54e4ac0 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 (cherry picked from commit 7afddcb157a8d8e27cfdee3cdbeb0eae483aa24c) 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 c8e4762b9d..0c0a05ce1c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -33,7 +33,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