diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-21 00:39:10 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-11-21 00:39:10 +0100 |
commit | fa3f2e7221e03d7a2510f9ea4d8c101b02bf9cb7 (patch) | |
tree | a112f5cd7673e62e826b88c9ba97e50e115b457a /pages/account | |
parent | 0d6ae90ff0808a34957d326b8e68e5ffce323ac0 (diff) | |
download | cacert-devel-fa3f2e7221e03d7a2510f9ea4d8c101b02bf9cb7.tar.gz cacert-devel-fa3f2e7221e03d7a2510f9ea4d8c101b02bf9cb7.tar.xz cacert-devel-fa3f2e7221e03d7a2510f9ea4d8c101b02bf9cb7.zip |
bug 1111: small typobug-1111
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/0.php b/pages/account/0.php index 919cdfd..b9b150c 100644 --- a/pages/account/0.php +++ b/pages/account/0.php @@ -29,4 +29,4 @@ <p><?=_("Once you have verified your company you will see these menu options. They allow you to issue as many certificates as you like without proving individual email accounts as you like, further more you are able to get your company details on the certificate.")?></p> <h4><?=_("CAcert Web of Trust")?></h4> <p><?=_("The Web of Trust system CAcert uses is similar to that many involved with GPG/PGP use, they hold face to face meetings to verify each others photo identities match their GPG/PGP key information. CAcert differs however in that we have modified things to work within the PKI framework, for you to gain trust in the system you must first locate someone already trusted. The trust person depending how many people they've trusted or meet before will determine how many points they can issue to you (the number of points they can issue is listed in the locate assurer section). Once you've met up you can show your ID and you will need to fill out a CAP form which the person assuring your details must retain for verification reasons.")?></p> -<p><b><?=sprintf(_("For informations about the TTP-assisted-assurance program please read %s"),"<a href='//wiki.cacert.org/TTP/TTPuser'>https://wiki.cacert.org/TTP/TTPuser</a>","<a href='//wiki.cacert.org/TTP/TTPAL'>https://wiki.cacert.org/TTP/TTPAL</a>")?></b></p> +<p><b><?=sprintf(_("For information about the TTP-assisted-assurance program please read %s"),"<a href='//wiki.cacert.org/TTP/TTPuser'>https://wiki.cacert.org/TTP/TTPuser</a>","<a href='//wiki.cacert.org/TTP/TTPAL'>https://wiki.cacert.org/TTP/TTPAL</a>")?></b></p> |