summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-03-13 15:36:12 -0500
committerChris Buechler <cmb@pfsense.org>2010-03-13 15:36:12 -0500
commitee3fe1e252a6847ae6cf00952a7121839be9fcc4 (patch)
treea065bb78752a1ac82153a35203fdde5a9b0381a7 /usr/local/www/wizards/openvpn_wizard.inc
parent0ac19c1d5dafdfad09edbd86926cac286e480283 (diff)
downloadpfsense-ee3fe1e252a6847ae6cf00952a7121839be9fcc4.zip
pfsense-ee3fe1e252a6847ae6cf00952a7121839be9fcc4.tar.gz
fix text
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.inc')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc
index 2e78fbb..9b8d52a 100644
--- a/usr/local/www/wizards/openvpn_wizard.inc
+++ b/usr/local/www/wizards/openvpn_wizard.inc
@@ -163,7 +163,7 @@ function step7_submitphpaction() {
empty($_POST['country']) || empty($_POST['state']) || empty($_POST['city']) ||
empty($_POST['organization']) || empty($_POST['email']) || empty($_POST['cn'])) {
$stepid--;
- $savemsg = "Please enter all information for the new CA authority.";
+ $savemsg = "Please enter all information for the new Certificate Authority.";
} else {
$config['ovpnserver']['step6']['uselist'] = "on";
$_POST['uselist'] = "on";
@@ -356,11 +356,11 @@ function step12_submitphpaction() {
$config['system']['ca'][] = $ca;
} else if (!isset($pconfig['step6']['uselist']) && empty($pconfig['step6']['authcertca'])) {
- $message = "Please choose a CA authority.";
+ $message = "Please choose a Certificate Authority.";
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=5&message={$message}");
exit;
} else if (!($ca = lookup_ca($pconfig['step6']['authcertca']))) {
- $message = "Not a valid CA authority specified.";
+ $message = "Not a valid Certificate Authority specified.";
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=5&message={$message}");
exit;
}
OpenPOWER on IntegriCloud