diff options
Diffstat (limited to 'web/html/pkgdisown.php')
-rw-r--r-- | web/html/pkgdisown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgdisown.php b/web/html/pkgdisown.php index f7ef0f2..4842939 100644 --- a/web/html/pkgdisown.php +++ b/web/html/pkgdisown.php @@ -41,7 +41,7 @@ if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?> <?php if (isset($_GET['via'])): ?> <input type="hidden" name="via" value="<?= intval($_GET['via']) ?>" /> <?php endif; ?> - <p><label><input type="checkbox" name="confirm" value="1" /> + <p><label class="confirmation"><input type="checkbox" name="confirm" value="1" /> <?= __("Confirm to disown the package") ?></label</p> <p><input type="submit" class="button" name="do_Disown" value="<?= __("Disown") ?>" /></p> </fieldset> |