summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/keygen.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/keygen.php b/includes/keygen.php
index 1cb7738..b489640 100644
--- a/includes/keygen.php
+++ b/includes/keygen.php
@@ -96,6 +96,10 @@ if (array_key_exists('HTTP_USER_AGENT',$_SERVER) &&
<?=_('Could not generate certificate request. Probably you need to '.
'choose a different algorithm.')?>
</p>
+ <p id="createRequestErrorConfirmDialogue" style="display:none">
+ <?=_('Could not generate certificate request. Please confirm the '.
+ 'dialogue if you are asked if you want to generate the key.')?>
+ </p>
<p id="createRequestError" style="display:none">
<?=_('Could not generate certificate request.')?>
</p>