diff options
author | INOPIAE <inopiae@cacert.org> | 2013-04-13 15:12:43 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-04-13 15:12:43 +0200 |
commit | 6aef8553be973b89bbe6d977fe80d15e0dbeaacf (patch) | |
tree | 0a9948a955e3d9bcff805c82f2d8ef76a4c56e6c | |
parent | 933caa535dc01981771f70efb376ad8655aaed37 (diff) | |
download | cacert-devel-6aef8553be973b89bbe6d977fe80d15e0dbeaacf.tar.gz cacert-devel-6aef8553be973b89bbe6d977fe80d15e0dbeaacf.tar.xz cacert-devel-6aef8553be973b89bbe6d977fe80d15e0dbeaacf.zip |
bug 1154: typo and wordingbug-1154
-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 d5956a5..384ea56 100644 --- a/pages/index/4.php +++ b/pages/index/4.php @@ -25,7 +25,7 @@ ?> <? if($_SESSION['_config']['hostname'] == $_SESSION['_config']['securehostname']) { ?> -<p><?=sprintf(_("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 %s'Password Login'%s at the right of your screen."),"<a href='".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p> +<p><?=sprintf(_("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 %sPassword Login%s on the right side of this page."),"<a href='https://".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p> <? } else { ?> <style> .box2 {width:100%;text-align:center;} |