diff options
Diffstat (limited to 'app/Template/subtask_restriction')
-rw-r--r-- | app/Template/subtask_restriction/popover.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask_restriction/popover.php b/app/Template/subtask_restriction/popover.php index e80d6b6d..916a664e 100644 --- a/app/Template/subtask_restriction/popover.php +++ b/app/Template/subtask_restriction/popover.php @@ -10,7 +10,7 @@ <?= $this->form->hidden('id', $subtask_inprogress) ?> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-red"> + <button type="submit" class="btn btn-red"><?= t('Save') ?></button> <?= t('or') ?> <a href="#" class="close-popover"><?= t('cancel') ?></a> </div> |