summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp_users.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 17:26:36 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:09:55 -0500
commitf7c5e29c689af539a41229bc49894ffd7b98e4ec (patch)
treed108ef31bb58d47175fe8a479a6391a0cf717e4f /src/usr/local/www/vpn_l2tp_users.php
parent1bd5e62dced82f354e9d769cab8384955f0b1d82 (diff)
downloadpfsense-f7c5e29c689af539a41229bc49894ffd7b98e4ec.zip
pfsense-f7c5e29c689af539a41229bc49894ffd7b98e4ec.tar.gz
No need to state that it is a warning
Diffstat (limited to 'src/usr/local/www/vpn_l2tp_users.php')
-rw-r--r--src/usr/local/www/vpn_l2tp_users.php4
1 files changed, 2 insertions, 2 deletions
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.") . "<br />" . gettext("You must apply the changes in order for them to take effect") . ".<br /><b>" . gettext("Warning: this will terminate all current l2tp sessions!") . "</b>");
+ print_apply_box(gettext("The L2TP user list has been modified.") . "<br />" . gettext("You must apply the changes in order for them to take effect") . ".<br /><b>" . gettext("Warning: this will terminate all current L2TP sessions!") . "</b>");
}
OpenPOWER on IntegriCloud