Skip to content

Commit

Permalink
Change Parameter Form Title String
Browse files Browse the repository at this point in the history
- #17
- #19
  • Loading branch information
aljawaid committed Jan 17, 2023
1 parent 20f7ff9 commit 8559c49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
// action_creation/params.php
//
'Define action parameters' => 'Aktionsparameter definieren',
'Define Automatic Action Parameters' => 'Definieren Sie automatische Aktionsparameter',
'Action' => 'Handlung',
'Event' => 'Fall',
'Options' => 'Optionen',
Expand Down
2 changes: 1 addition & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
// action_creation/params.php
//
'Define action parameters' => 'Define Automatic Action Parameters',
'Define Automatic Action Parameters' => 'Define Automatic Action Parameters',
'Action' => 'Action',
'Event' => 'Event',
'Options' => 'Options',
Expand Down
2 changes: 1 addition & 1 deletion Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
// action_creation/params.php
//
'Define action parameters' => 'Définir les paramètres d\'action',
'Define Automatic Action Parameters' => 'Définir les paramètres d\'action automatique',
'Action' => 'Action',
'Event' => 'Événement',
'Options' => 'Choix',
Expand Down
2 changes: 1 addition & 1 deletion Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//
// action_creation/params.php
//
'Define action parameters' => '',
'Define Automatic Action Parameters' => '',
'Action' => '',
'Event' => '',
'Options' => '',
Expand Down
2 changes: 1 addition & 1 deletion Template/action_creation/params.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="page-header">
<h2><?= t('Define action parameters') ?></h2>
<h2><?= t('Define Automatic Action Parameters') ?></h2>
</div>

<form method="post" action="<?= $this->url->href('ActionCreationController', 'save', array('project_id' => $project['id'])) ?>" autocomplete="on">
Expand Down

0 comments on commit 8559c49

Please sign in to comment.