summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/vpn_l2tp_users.php2
-rw-r--r--src/usr/local/www/vpn_l2tp_users_edit.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_l2tp_users.php b/src/usr/local/www/vpn_l2tp_users.php
index 931eef2..3d8d877 100644
--- a/src/usr/local/www/vpn_l2tp_users.php
+++ b/src/usr/local/www/vpn_l2tp_users.php
@@ -110,7 +110,7 @@ if (isset($config['l2tp']['radius']['enable'])) {
}
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("The changes must be applied for them to take effect") . ".<br /><b>" . gettext("Warning: this will terminate all current L2TP sessions!") . "</b>");
}
diff --git a/src/usr/local/www/vpn_l2tp_users_edit.php b/src/usr/local/www/vpn_l2tp_users_edit.php
index 673f088..e457461 100644
--- a/src/usr/local/www/vpn_l2tp_users_edit.php
+++ b/src/usr/local/www/vpn_l2tp_users_edit.php
@@ -199,7 +199,7 @@ $pwd = new Form_Input(
);
if (isset($id) && $a_secret[$id]) {
- $pwd->setHelp('If you want to change the users password, enter it here.');
+ $pwd->setHelp('To change the users password, enter it here.');
}
$section->addPassword($pwd);
@@ -208,7 +208,7 @@ $section->addInput(new Form_IpAddress(
'ip',
'IP Address',
$pconfig['ip']
-))->setHelp('If you want the user to be assigned a specific IP address, enter it here.');
+))->setHelp('To assign the user a specific IP address, enter it here.');
$form->add($section);
OpenPOWER on IntegriCloud