diff options
author | INOPIAE <inopiae@cacert.org> | 2013-10-01 21:20:41 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-10-01 21:20:41 +0200 |
commit | 3b59254cdd6cf553bb74a9f6319ac38c3f113f5f (patch) | |
tree | e95ea5c4443037f8db6f40349b21e3271cb7f61a /pages/account/10.php | |
parent | 55d2a7b1fdd6aba528adf5afaec880ebf067edcf (diff) | |
download | cacert-devel-3b59254cdd6cf553bb74a9f6319ac38c3f113f5f.tar.gz cacert-devel-3b59254cdd6cf553bb74a9f6319ac38c3f113f5f.tar.xz cacert-devel-3b59254cdd6cf553bb74a9f6319ac38c3f113f5f.zip |
bug 1213: fixed certifictate to certificate
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 6371f76..7ad34b0 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -35,7 +35,7 @@ <input type="radio" name="rootcert" value="2" checked/> <?=_("Sign by class 3 root certificate")?><br /> <p><?=_("Please note: The class 3 root certificate needs to be setup in your webserver as a chained certificate, while slightly more complicated to setup, this root certificate is more likely to be trusted by more people.")?></p> <? } ?> -<p><?=_("Optional comment, only used in the certifictate overview")?><br> +<p><?=_("Optional comment, only used in the certificate overview")?><br> <input type="text" name="description" maxlength="80" size=80/></p> <p><?=_("Paste your CSR(Certificate Signing Request) below...")?></p> <textarea name="CSR" cols="80" rows="15"></textarea><br /> |