diff options
Diffstat (limited to 'app/Template/swimlane/create.php')
-rw-r--r-- | app/Template/swimlane/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/create.php b/app/Template/swimlane/create.php index bb389555..aa92a930 100644 --- a/app/Template/swimlane/create.php +++ b/app/Template/swimlane/create.php @@ -30,7 +30,7 @@ <div class="form-help"><?= $this->url->doc(t('Write your text in Markdown'), 'syntax-guide') ?></div> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'Swimlane', 'index', array('project_id' => $project['id']), false, 'close-popover') ?> </div> |