Fix wrong arguments for submitButtons() helper
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user