diff options
Diffstat (limited to 'app/Template/task_import/step1.php')
-rw-r--r-- | app/Template/task_import/step1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_import/step1.php b/app/Template/task_import/step1.php index 7619216a..abb43505 100644 --- a/app/Template/task_import/step1.php +++ b/app/Template/task_import/step1.php @@ -16,7 +16,7 @@ <p class="form-help"><?= t('Maximum size: ') ?><?= is_integer($max_size) ? $this->text->bytes($max_size) : $max_size ?></p> <div class="form-actions"> - <input type="submit" value="<?= t('Import') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Import') ?></button> </div> </form> <div class="page-header"> |