From 17c2d4e2ce073804dfa1afad7276b1d86c197d09 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Tue, 26 Jan 2016 08:47:54 +0100 Subject: [PATCH] translation fix in authgui.inc --- src/etc/inc/authgui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index 081d6b6e7..9b2167a1c 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -386,7 +386,7 @@ function display_login_form()

If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); + print_info_box(sprintf(gettext("You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means. %sIf you did not setup this forwarding, you may be the target of a man-in-the-middle attack."),'

')); } $loginautocomplete = isset($config['system']['webgui']['loginautocomplete']) ? '' : 'autocomplete="off"'; ?>