From f7c5e29c689af539a41229bc49894ffd7b98e4ec Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sat, 13 Feb 2016 17:26:36 -0600 Subject: No need to state that it is a warning --- src/usr/local/www/services_captiveportal.php | 2 +- src/usr/local/www/vpn_l2tp_users.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index f1586b5..d6408e4 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -1186,7 +1186,7 @@ $section->addInput(new Form_Input( $form->add($section); print($form); -print_info_box(gettext('Warning:' . '
' . 'Don\'t forget to enable the DHCP server on your captive portal interface! ' . +print_info_box(gettext('Don\'t forget to enable the DHCP server on your captive portal interface! ' . 'Make sure that the default/maximum DHCP lease time is higher than the hard timeout entered on this page. ' . 'Also, the DNS Forwarder or Resolver must be enabled for DNS lookups by unauthenticated clients to work.')); diff --git a/src/usr/local/www/vpn_l2tp_users.php b/src/usr/local/www/vpn_l2tp_users.php index a5c5a0e..931eef2 100644 --- a/src/usr/local/www/vpn_l2tp_users.php +++ b/src/usr/local/www/vpn_l2tp_users.php @@ -106,11 +106,11 @@ if ($savemsg) { } if (isset($config['l2tp']['radius']['enable'])) { - print_info_box(gettext("Warning: RADIUS is enabled. The local user database will not be used.")); + print_info_box(gettext("RADIUS is enabled. The local user database will not be used.")); } if (is_subsystem_dirty('l2tpusers')) { - print_apply_box(gettext("The l2tp user list has been modified.") . "
" . gettext("You must apply the changes in order for them to take effect") . ".
" . gettext("Warning: this will terminate all current l2tp sessions!") . ""); + print_apply_box(gettext("The L2TP user list has been modified.") . "
" . gettext("You must apply the changes in order for them to take effect") . ".
" . gettext("Warning: this will terminate all current L2TP sessions!") . ""); } -- cgit v1.1