From 22ccccc0bf514b232c30b533591f8c6378e46b2e 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 --- 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 070a0f1843..ba15099884 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -32,7 +32,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