diff options
Diffstat (limited to 'pages/account/5.php')
-rw-r--r-- | pages/account/5.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/5.php b/pages/account/5.php index 22b581f..bfd049c 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -106,13 +106,13 @@ <tr> <td class="DataTD" colspan="9"> - <?=_("* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> + <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> <tr> <td class="DataTD" colspan="5"><input type="submit" name="renew" value="<?=_("Renew")?>" />     - <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>" /></td> + <input type="submit" name="revoke" value="<?=_("Revoke/Delete")?>" /></td> <td class="DataTD" colspan="4"><input type="submit" name="change" value="<?=_("Change settings")?>" /> </td> |