summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-01 21:48:57 -0400
commit60ec80028602e22ab65c876c34d86b8f5421ba50 (patch)
treed69c9a8517b618b510629c4aa6192ac6c36834c7 /src/usr/local/www/vpn_openvpn_csc.php
parent0487483fb058d1b2e2a6132d29ab333c5ce071ed (diff)
downloadpfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.zip
pfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.tar.gz
Miscellaneous Textual Corrections
(cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index 66422da..0ad064d 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -394,7 +394,7 @@ if ($act == "new" || $act == "edit"):
'Tunnel Network',
'text',
$pconfig['tunnel_network']
- ))->setHelp('This is the virtual network used for private communications between this client and the server expressed using CIDR (eg. 10.0.8.0/24). ' .
+ ))->setHelp('This is the virtual network used for private communications between this client and the server expressed using CIDR (e.g. 10.0.8.0/24). ' .
'The first network address is assumed to be the server address and the second network address will be assigned to the client virtual interface. ');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud