summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-02 19:00:36 -0600
committerChris Buechler <cmb@pfsense.org>2016-03-02 19:00:36 -0600
commit8a85a809a27e3b803633c65e5d6d86786b0a3802 (patch)
treec999dcdf518c996da897fb111d3afcaabed07882 /src/usr/local/www/vpn_openvpn_client.php
parent471b81f8f7b0a5fe22019aed955e5374e3411dbf (diff)
downloadpfsense-8a85a809a27e3b803633c65e5d6d86786b0a3802.zip
pfsense-8a85a809a27e3b803633c65e5d6d86786b0a3802.tar.gz
Fix text for OpenVPN client that was copied from server, client's second.
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index b431a19..530e129 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -687,7 +687,7 @@ if ($act=="new" || $act=="edit"):
'text',
$pconfig['tunnel_network']
))->setHelp('This is the IPv4 virtual network used for private communications between this client and the server ' .
- 'expressed using CIDR (eg. 10.0.8.0/24). The first network address will be assigned to ' .
+ 'expressed using CIDR (eg. 10.0.8.0/24). The second network address will be assigned to ' .
'the client virtual interface.');
$section->addInput(new Form_Input(
@@ -696,8 +696,8 @@ if ($act=="new" || $act=="edit"):
'text',
$pconfig['tunnel_networkv6']
))->setHelp('This is the IPv6 virtual network used for private ' .
- 'communications between this client and the server expressed using CIDR (eg. fe80::/64). ' .
- 'The first network address will be assigned to the server virtual interface.');
+ 'communications between this client and the server expressed using CIDR (eg. fe80::/64). ' .
+ 'The second network address will be assigned to the client virtual interface.');
$section->addInput(new Form_Input(
'remote_network',
OpenPOWER on IntegriCloud