diff options
Diffstat (limited to 'app/Template/action/params.php')
-rw-r--r-- | app/Template/action/params.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/params.php b/app/Template/action/params.php index a2350dea..99e9206f 100644 --- a/app/Template/action/params.php +++ b/app/Template/action/params.php @@ -42,7 +42,7 @@ <?php endforeach ?> <div class="form-actions"> - <input type="submit" value="<?= t('Save this action') ?>" class="btn btn-blue"/> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id'])) ?> </div> |