summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2012-06-28 04:32:42 -0700
committerSeth Mos <seth.mos@dds.nl>2012-06-28 04:32:42 -0700
commitea87cde2b5067fff7b9af9d1465b219659c35bf5 (patch)
tree7a2683ba0d1bfaedceade134e2cbfdcf23fa57b2 /usr/local/www
parent24ffada4ca2182d014cac3b1cf6a585680087037 (diff)
parente8d65d0f419c55182b1d818128020a8294be0cc2 (diff)
downloadpfsense-ea87cde2b5067fff7b9af9d1465b219659c35bf5.zip
pfsense-ea87cde2b5067fff7b9af9d1465b219659c35bf5.tar.gz
Merge pull request #157 from phil-davis/patch-1
OpenVPN Server and Client config pages - some minor text fixes
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/vpn_openvpn_client.php5
-rw-r--r--usr/local/www/vpn_openvpn_server.php8
2 files changed, 6 insertions, 7 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 425040c..3ea25cb 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -772,7 +772,7 @@ if ($savemsg)
"the tunnel, so that a site-to-site VPN can be " .
"established without manually changing the " .
"routing tables. Expressed as a CIDR range. If " .
- "this is a site-to-site VPN, enter here the " .
+ "this is a site-to-site VPN, enter the " .
"remote LAN here. You may leave this blank to " .
"only communicate with other clients"); ?>.
</td>
@@ -951,5 +951,4 @@ function set_checked($var,& $chk) {
$chk = '';
}
-?>
-
+?> \ No newline at end of file
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index c4c5705..9198c3a 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -1131,7 +1131,7 @@ if ($savemsg)
</option>
<?php endforeach; ?>
</select> <br>
- <?=gettext("The interface to which this tap instance will be, " .
+ <?=gettext("The interface to which this tap instance will be " .
"bridged. This is not done automatically. You must assign this " .
"interface and create the bridge separately. " .
"This setting controls which existing IP address and subnet " .
@@ -1144,7 +1144,7 @@ if ($savemsg)
<td width="78%" class="vtable">
<input name="serverbridge_dhcp_start" type="text" class="formfld unknown" size="20" value="<?=htmlspecialchars($pconfig['serverbridge_dhcp_start']);?>">
<br>
- <?=gettext("When using tap mode as multi-point server, " .
+ <?=gettext("When using tap mode as a multi-point server, " .
"you may optionally supply a DHCP range to use on the " .
"interface to which this tap instance is bridged. " .
"If these settings are left blank, DHCP will be passed " .
@@ -1213,7 +1213,7 @@ if ($savemsg)
"the tunnel, so that a site-to-site VPN can be " .
"established without manually changing the " .
"routing tables. Expressed as a CIDR range. If " .
- "this is a site-to-site VPN, enter here the " .
+ "this is a site-to-site VPN, enter the " .
"remote LAN here. You may leave this blank if " .
"you don't want a site-to-site VPN"); ?>.
</td>
@@ -1688,4 +1688,4 @@ function set_checked($var,& $chk) {
$chk = '';
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud