summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-06-02 10:18:13 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-06-02 08:33:58 -0300
commitb7cf171b52a07fcc0d21f3e66764a8bc5dbd7c14 (patch)
tree5718054677d34dada563f19b789936761a80c8bf /usr/local/www/wizards/openvpn_wizard.inc
parent379dc6f2362f80f778e0347c4a6cfc7bb60ae0f9 (diff)
downloadpfsense-b7cf171b52a07fcc0d21f3e66764a8bc5dbd7c14.zip
pfsense-b7cf171b52a07fcc0d21f3e66764a8bc5dbd7c14.tar.gz
Minor wizard text fixups
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.inc')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc
index 5b2b4c3..4603aa7 100644
--- a/usr/local/www/wizards/openvpn_wizard.inc
+++ b/usr/local/www/wizards/openvpn_wizard.inc
@@ -209,7 +209,7 @@ function step7_submitphpaction() {
$input_errors[] = "Please do not use special characters in Certificate field names.";
} elseif (in_array($_POST['descr'], $canames) || in_array($_POST['descr'], $cacns)) {
$stepid--;
- $savemsg = "Please enter a different name for the Certicicate Authority. A Certificate Authority with that name already exists.";
+ $savemsg = "Please enter a different name for the Certificate Authority. A Certificate Authority with that name already exists.";
} elseif (strlen($_POST['country']) != 2) {
$stepid--;
$savemsg = "Please enter only a two-letter ISO country code";
@@ -481,7 +481,7 @@ function step12_submitphpaction() {
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=1&message={$message}");
exit;
} else if (!($auth = auth_get_authserver($pconfig['step2']['authserv']))) {
- $message = "Not a valid authentication server has been specified.";
+ $message = "An invalid authentication server has been specified.";
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=1&message={$message}");
exit;
}
@@ -508,7 +508,7 @@ function step12_submitphpaction() {
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 Certificate Authority specified.";
+ $message = "An invalid Certificate Authority has been specified.";
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=5&message={$message}");
exit;
}
@@ -535,7 +535,7 @@ function step12_submitphpaction() {
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=7&message={$message}");
exit;
} else if (!($cert = lookup_cert($pconfig['step9']['authcertname']))) {
- $message = "Not a valid Certificate specified.";
+ $message = "An invalid Certificate has been specified.";
header("Location:wizard.php?xml=openvpn_wizard.xml&stepid=7&message={$message}");
exit;
}
OpenPOWER on IntegriCloud