diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-10-07 23:13:06 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-10-07 23:13:06 +0200 |
commit | 7c3691bce3bfbd46e8e18bd23f0aa566f685c5fe (patch) | |
tree | 3a609b70ddd593b80dca127faa4ea699d77a5bbe | |
parent | 46a2e46f27a3144357e7f556e3d56de3cd55b75d (diff) | |
download | cacert-devel-7c3691bce3bfbd46e8e18bd23f0aa566f685c5fe.tar.gz cacert-devel-7c3691bce3bfbd46e8e18bd23f0aa566f685c5fe.tar.xz cacert-devel-7c3691bce3bfbd46e8e18bd23f0aa566f685c5fe.zip |
bug-790: update the text for orgClientCertbug-790
According to common decision in SAP meeting.
-rw-r--r-- | pages/account/16.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/16.php b/pages/account/16.php index 992d555..829897f 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -104,7 +104,7 @@ if (array_key_exists('emails',$_SESSION['_config']) && is_array($_SESSION['_conf </table> <input type="hidden" name="oldid" value="<?=$id?>"> </form> -<?=_("Please fill out the form, when all data is entered and you click \"Next\" you can add either a CSR (certificate signing request) or create a new key with your browser. The data from this form will be used for the certificate, differing data from the CSR will be replaced.")?> +<?=_("Please fill out the form, when all data is entered and you click \"Next\" you can add either a CSR (certificate signing request) or create a new key with your browser. Even in the case that a CSR is given the data from this form will be used for the certificate. Only the public key information of the CSR will be copied.")?> <script language="javascript"> function showExpert(a) |