summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp_users_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:51:25 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:51:32 -0400
commitcbcea7e182c5c19ddd13612000d5b22fbeb1ee5e (patch)
tree365b3556634e2f510f856b15612b861ae938035c /src/usr/local/www/vpn_l2tp_users_edit.php
parentb2118f7e78c40504932b3f234d0d7cf680d0a159 (diff)
downloadpfsense-cbcea7e182c5c19ddd13612000d5b22fbeb1ee5e.zip
pfsense-cbcea7e182c5c19ddd13612000d5b22fbeb1ee5e.tar.gz
Merge pull request #2825 from NOYB/VPN_/_L2TP_-_Remove_Personalizations
(cherry picked from commit 1505c1350e19c70a2ee4a2bf524497cede51eccf)
Diffstat (limited to 'src/usr/local/www/vpn_l2tp_users_edit.php')
-rw-r--r--src/usr/local/www/vpn_l2tp_users_edit.php4
1 files changed, 2 insertions, 2 deletions
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