summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
commitbb80af580c5a4408e42c76c39c67d173540897db (patch)
treea022e8c530e2b5947642175cfc67e0a428805975 /src/usr/local/www/vpn_openvpn_client.php
parente751559bb54d85c6a8dbcfdcf6472c18980b92f0 (diff)
downloadpfsense-bb80af580c5a4408e42c76c39c67d173540897db.zip
pfsense-bb80af580c5a4408e42c76c39c67d173540897db.tar.gz
Miscellaneous Textual Corrections
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 94643b4..7a39e8d 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 second network address will be assigned to ' .
+ 'expressed using CIDR (e.g. 10.0.8.0/24). The second network address will be assigned to ' .
'the client virtual interface.');
$section->addInput(new Form_Input(
@@ -696,7 +696,7 @@ 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). ' .
+ 'communications between this client and the server expressed using CIDR (e.g. fe80::/64). ' .
'The second network address will be assigned to the client virtual interface.');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud