summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-06-28 16:57:22 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-06-28 16:57:22 +0545
commit8e932fb52b6572d082d9313c040be4e39fc2fd58 (patch)
treeb579b4df7eca5862980d1a536fb53df602fa05f4 /usr/local/www/vpn_openvpn_server.php
parent24ffada4ca2182d014cac3b1cf6a585680087037 (diff)
downloadpfsense-8e932fb52b6572d082d9313c040be4e39fc2fd58.zip
pfsense-8e932fb52b6572d082d9313c040be4e39fc2fd58.tar.gz
OpenVPN Server config page - a couple of minor text tidy ups
Diffstat (limited to 'usr/local/www/vpn_openvpn_server.php')
-rw-r--r--usr/local/www/vpn_openvpn_server.php8
1 files changed, 4 insertions, 4 deletions
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