summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:51:57 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:52:02 -0400
commita592bb277478edcf420fda8a351920d65857f940 (patch)
tree01ded8f56a50626fda2eb822825833cd96b5542c /src/usr/local/www/vpn_openvpn_csc.php
parentcbcea7e182c5c19ddd13612000d5b22fbeb1ee5e (diff)
downloadpfsense-a592bb277478edcf420fda8a351920d65857f940.zip
pfsense-a592bb277478edcf420fda8a351920d65857f940.tar.gz
Merge pull request #2826 from NOYB/VPN_/_OpenVPN_-_Remove_Personalizations
(cherry picked from commit 28ca20bb51fb3002f89c026f160e7d6ea0c4d310)
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index 927e34c..0121619 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -372,7 +372,7 @@ if ($act == "new" || $act == "edit"):
'Description',
'text',
$pconfig['description']
- ))->setHelp('You may enter a description here for your reference (not parsed). ');
+ ))->setHelp('A description may be entered here for administrative reference (not parsed). ');
$section->addInput(new Form_Checkbox(
'block',
@@ -399,7 +399,7 @@ if ($act == "new" || $act == "edit"):
'text',
$pconfig['local_network']
))->setHelp('These are the IPv4 networks that will be accessible from this particular client. Expressed as a comma-separated list of one or more CIDR ranges. ' . '<br />' .
- 'NOTE: You do not need to specify networks here if they have already been defined on the main server configuration.');
+ 'NOTE: Networks do not need to be specified here if they have already been defined on the main server configuration.');
$section->addInput(new Form_Input(
'local_networkv6',
@@ -407,7 +407,7 @@ if ($act == "new" || $act == "edit"):
'text',
$pconfig['local_networkv6']
))->setHelp('These are the IPv4 networks that will be accessible from this particular client. Expressed as a comma-separated list of one or more IP/PREFIX networks.' . '<br />' .
- 'NOTE: You do not need to specify networks here if they have already been defined on the main server configuration.');
+ 'NOTE: Networks do not need to be specified here if they have already been defined on the main server configuration.');
$section->addInput(new Form_Input(
'remote_network',
@@ -415,7 +415,7 @@ if ($act == "new" || $act == "edit"):
'text',
$pconfig['remote_network']
))->setHelp('These are the IPv4 networks that will be routed to this client specifically using iroute, so that a site-to-site VPN can be established. ' .
- 'Expressed as a comma-separated list of one or more CIDR ranges. You may leave this blank if there are no client-side networks to be routed.' . '<br />' .
+ 'Expressed as a comma-separated list of one or more CIDR ranges. May be left blank if there are no client-side networks to be routed.' . '<br />' .
'NOTE: Remember to add these subnets to the IPv4 Remote Networks list on the corresponding OpenVPN server settings.');
$section->addInput(new Form_Input(
@@ -424,7 +424,7 @@ if ($act == "new" || $act == "edit"):
'text',
$pconfig['remote_networkv6']
))->setHelp('These are the IPv4 networks that will be routed to this client specifically using iroute, so that a site-to-site VPN can be established. ' .
- 'Expressed as a comma-separated list of one or more IP/PREFIX networks. You may leave this blank if there are no client-side networks to be routed.' . '<br />' .
+ 'Expressed as a comma-separated list of one or more IP/PREFIX networks. May be left blank if there are no client-side networks to be routed.' . '<br />' .
'NOTE: Remember to add these subnets to the IPv6 Remote Networks list on the corresponding OpenVPN server settings.');
$section->addInput(new Form_Checkbox(
@@ -589,7 +589,7 @@ if ($act == "new" || $act == "edit"):
'custom_options',
'Advanced',
$pconfig['custom_options']
- ))->setHelp('Enter any additional options you would like to add for this client specific override, separated by a semicolon. ' . '<br />' .
+ ))->setHelp('Enter any additional options to add for this client specific override, separated by a semicolon. ' . '<br />' .
'EXAMPLE: push "route 10.0.0.0 255.255.255.0"; ');
// The hidden fields
OpenPOWER on IntegriCloud