summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-11 08:25:07 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-11 08:25:07 -0400
commitb76c919dace7766a17436c0532eb85912d8a3ebd (patch)
treeeb8e3b88428c3b952cd8ad7ab0da3ffd18207b04 /src/usr/local/www/vpn_openvpn_client.php
parentf37a29b0fcc206321740f352662fb5a6e9dfe013 (diff)
downloadpfsense-b76c919dace7766a17436c0532eb85912d8a3ebd.zip
pfsense-b76c919dace7766a17436c0532eb85912d8a3ebd.tar.gz
Edits courtesy of Phil Davis. Thanks!
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 03f27d7..0277bab 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -621,13 +621,13 @@ if($act=="new" || $act=="edit") :
$section->addInput(new Form_Select(
'caref',
- 'Peer Certifiacte Authority',
+ 'Peer Certificate Authority',
$pconfig['caref'],
$list
));
} else {
$section->addInput(new Form_StaticText(
- 'Peer Certifiacte Authority',
+ 'Peer Certificate Authority',
sprintf('No Certificate Authorities defined. You may create one here: %s', '<a href="system_camanager.php">System &gt; Cert Manager</a>')
));
}
OpenPOWER on IntegriCloud