summaryrefslogtreecommitdiff
path: root/includes/keygen.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/keygen.php')
-rw-r--r--includes/keygen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/keygen.php b/includes/keygen.php
index 0a6578d..72cddc8 100644
--- a/includes/keygen.php
+++ b/includes/keygen.php
@@ -121,7 +121,7 @@ if (array_key_exists('HTTP_USER_AGENT',$_SERVER) && strstr($_SERVER['HTTP_USER_A
<input type="hidden" name="keytype" value="NS">
<?=_("Keysize:")?> <keygen name="SPKAC" challenge="<? $_SESSION['spkac_hash']=make_hash(); echo $_SESSION['spkac_hash']; ?>">
- <input type="submit" name="submit" value="<?=_("Generate SPKAC")?>">
+ <input type="submit" name="submit" value="<?=_("Generate keypair within browser")?>">
<input type="hidden" name="oldid" value="<?=intval($id)?>">
</form>
</p>