summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-12-26 16:52:13 -0500
committerjim-p <jimp@pfsense.org>2013-12-26 16:52:13 -0500
commit2aff8089b7c010755aab704cf5be4115b45cfac2 (patch)
tree23b6f803e8c05d5e68f6c8641633c8b43eae33c1 /usr/local/www/vpn_openvpn_csc.php
parent5c427ce7e83b1281f30787aac4d51452863637b6 (diff)
downloadpfsense-2aff8089b7c010755aab704cf5be4115b45cfac2.zip
pfsense-2aff8089b7c010755aab704cf5be4115b45cfac2.tar.gz
Fix wording/spacing
Diffstat (limited to 'usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--usr/local/www/vpn_openvpn_csc.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php
index 28810a2..50c4624 100644
--- a/usr/local/www/vpn_openvpn_csc.php
+++ b/usr/local/www/vpn_openvpn_csc.php
@@ -416,6 +416,8 @@ function netbios_change() {
<br>
<?=gettext("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/><?=gettext("NOTE: You do not need to specify networks here if they have " .
+ "already been defined on the main server configuration.");?>
</td>
</tr>
<tr id="local_optsv6">
@@ -425,6 +427,8 @@ function netbios_change() {
<br>
<?=gettext("These are the IPv6 networks that will be accessible " .
"from this particular client. Expressed as a comma-separated list of one or more IP/PREFIX networks."); ?>
+ <br/><?=gettext("NOTE: You do not need to specify networks here if they have " .
+ "already been defined on the main server configuration.");?>
</td>
</tr>
<tr id="remote_optsv4">
@@ -436,7 +440,7 @@ function netbios_change() {
"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" .
+ "You may leave this blank if there are no client-side networks to " .
"be routed"); ?>.
<br/><?=gettext("NOTE: Remember to add these subnets to the " .
"IPv4 Remote Networks list on the correspding OpenVPN server settings.");?>
@@ -451,7 +455,7 @@ function netbios_change() {
"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" .
+ "You may leave this blank if there are no client-side networks to " .
"be routed"); ?>.
<br/><?=gettext("NOTE: Remember to add these subnets to the " .
"IPv6 Remote Networks list on the correspding OpenVPN server settings.");?>
OpenPOWER on IntegriCloud