diff options
author | INOPIAE <inopiae@cacert.org> | 2013-04-10 00:12:43 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-04-10 00:12:43 +0200 |
commit | 6bef7494969d22f997852f24660eb3a54751bba4 (patch) | |
tree | 0a4bedcbd5ee37bbaee6767fdaa6cdcacb1fe15d /pages | |
parent | ef6fa684e0c1ac2155036cc2981c65482de92bfc (diff) | |
download | cacert-devel-6bef7494969d22f997852f24660eb3a54751bba4.tar.gz cacert-devel-6bef7494969d22f997852f24660eb3a54751bba4.tar.xz cacert-devel-6bef7494969d22f997852f24660eb3a54751bba4.zip |
Bug-1154: Changed wording
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index/4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/4.php b/pages/index/4.php index 9eb90af..5d4b65e 100644 --- a/pages/index/4.php +++ b/pages/index/4.php @@ -25,7 +25,7 @@ ?> <? if($_SESSION['_config']['hostname'] == $_SESSION['_config']['securehostname']) { ?> -<p><?=_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your Email/Pass Phrase to get a new certificate, by clicking on 'Normal Login' to the right of your screen.")?></p> +<p><?=_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your Email/Pass Phrase to get a new certificate, by clicking on 'Password Login' to the right of your screen.")?></p> <? } else { ?> <style> .box2 {width:100%;text-align:center;} |