summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-08 02:29:22 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-08 02:29:22 +0000
commit0f266b2ed4c58282c31d96d3e4f760f93197b484 (patch)
tree4441dd8e99b97d78af848117f8012b54486e837a /usr/local/www/vpn_ipsec_ca_edit_create_cert.php
parent5fc2f163bc814b6ab44907c7fd28a72dd293cbc0 (diff)
downloadpfsense-0f266b2ed4c58282c31d96d3e4f760f93197b484.zip
pfsense-0f266b2ed4c58282c31d96d3e4f760f93197b484.tar.gz
touch up text
Ticket #1569
Diffstat (limited to 'usr/local/www/vpn_ipsec_ca_edit_create_cert.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_ca_edit_create_cert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
index 5b539f8..8b86bb9 100755
--- a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
+++ b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
@@ -44,7 +44,7 @@ preg_match('/\nO\=(.*)\n/', $openssl, $orginizationnameA);
preg_match('/\nOU\=(.*)\n/', $openssl, $orginizationdepartmentA);
preg_match('/\nCN\=(.*)\n/', $openssl, $commonnameA);
-$pgtitle = array("IPSEC","Certificate Authority","Create Certificates");
+$pgtitle = array("IPsec","Certificate Authority","Create Certificates");
$countrycode = $countrycodeA[1];
$stateorprovince = $stateorprovinceA[1];
OpenPOWER on IntegriCloud