summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 00:38:43 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 00:38:43 -0600
commitd4a744b245ee20c8fe04bb0be7c9134b78ea4fa3 (patch)
tree92f25e1ff5efd5123dd092eb0e34c58797da6f0c /src/usr/local/www/vpn_openvpn_client.php
parentd866cc445c686fdc36a914daa3a506624fb4415d (diff)
downloadpfsense-d4a744b245ee20c8fe04bb0be7c9134b78ea4fa3.zip
pfsense-d4a744b245ee20c8fe04bb0be7c9134b78ea4fa3.tar.gz
Cert is abbreviated word so adding . to stay consistent with the usage of Avail.
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 e5ace28..a77afc6 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -615,7 +615,7 @@ if ($act=="new" || $act=="edit"):
} else {
$section->addInput(new Form_StaticText(
'Peer Certificate Authority',
- sprintf('No Certificate Authorities defined. You may create one here: %s', '<a href="system_camanager.php">System &gt; Cert Manager</a>')
+ sprintf('No Certificate Authorities defined. You may create one here: %s', '<a href="system_camanager.php">System &gt; Cert. Manager</a>')
));
}
@@ -629,7 +629,7 @@ if ($act=="new" || $act=="edit"):
} else {
$section->addInput(new Form_StaticText(
'Peer Certificate Revocation list',
- sprintf('No Certificate Revocation Lists defined. You may create one here: %s', '<a href="system_crlmanager.php">System &gt; Cert Manager &gt; Certificate Revocation</a>')
+ sprintf('No Certificate Revocation Lists defined. You may create one here: %s', '<a href="system_crlmanager.php">System &gt; Cert. Manager &gt; Certificate Revocation</a>')
));
}
OpenPOWER on IntegriCloud