From e29fb699778c1d5e2e47c3cf0da5bbdc79cf879a Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Thu, 15 Jun 2017 14:22:14 -0400 Subject: [PATCH] Improve "new design" notice --- 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 56670084b3..ec0a3c24a6 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -291,7 +291,7 @@ function display_login_form() { if (is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) { print_info_box(gettext("The IP address being used to access this router is not configured locally, which may be forwarded by NAT or other means.
If this forwarding is unexpected, it should be verified that a man-in-the-middle attack is not taking place."), "warning", false); } else { - print("
This login page is experiment/work in progress.
"); + print("
This login page is an experiment/work in progress. Change the background color on the \"System->General Setup\" page.
"); } ?>