This commit is contained in:
parent
8176d6b449
commit
4046e845a8
1 changed files with 3 additions and 3 deletions
|
@ -970,14 +970,14 @@
|
|||
printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "<a href='http://wiki.cacert.org/wiki/FAQ/CertificateRenewal'>", "</a>");
|
||||
} else {
|
||||
printf(_("Certificate for '%s' has been renewed."), $row['CN']);
|
||||
echo "<a href='account.php?id=6&cert=$newid' target='_new'>".
|
||||
_("Click here")."</a> "._("to install your certificate.");
|
||||
echo "<br/>\n<a href='account.php?id=6&cert=$newid' target='_new'>".
|
||||
_("Click here")."</a> "._("to install your certificate.")."<br/><br/>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo _("You did not select any certificates for renewal.");
|
||||
echo _("You did not select any certificates for renewal.")."<br/>";
|
||||
}
|
||||
|
||||
showfooter();
|
||||
|
|
Loading…
Reference in a new issue