summaryrefslogtreecommitdiff
path: root/app/Template/action_creation/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/action_creation/event.php')
-rw-r--r--app/Template/action_creation/event.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Template/action_creation/event.php b/app/Template/action_creation/event.php
index 58996ad8..e4166548 100644
--- a/app/Template/action_creation/event.php
+++ b/app/Template/action_creation/event.php
@@ -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>