diff options
Diffstat (limited to 'pages/account/30.php')
-rw-r--r-- | pages/account/30.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/30.php b/pages/account/30.php index 30c86f3..33eeca8 100644 --- a/pages/account/30.php +++ b/pages/account/30.php @@ -34,7 +34,7 @@ <td class="DataTD" colspan="2"><? printf(_("Are you really sure you want to remove %s and all certificates issued under this domain?"), sanitizeHTML($row['domain'])); ?></td> </tr> <tr> - <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Cancel")?>"> + <td class="DataTD" colspan="2"><input type="submit" name="cancel" value="<?=_("Cancel")?>"> <input type="submit" name="process" value="<?=_("Delete")?>"></td> </tr> </table> |