Fix wrong arguments for submitButtons() helper

This commit is contained in:
Frederic Guillot
2017-01-11 22:43:24 -05:00
parent 85fb4dd1ca
commit 0807f27981
4 changed files with 11 additions and 4 deletions

View File

@@ -18,5 +18,7 @@
<?= t('When the selected event occurs execute the corresponding action.') ?>
</div>
<?= $this->modal->submitButtons(t('Next step')) ?>
<?= $this->modal->submitButtons(array(
'submitLabel' => t('Next step')
)) ?>
</form>