Skip to content

Commit

Permalink
Add title for description in form
Browse files Browse the repository at this point in the history
- #17
- #20
  • Loading branch information
aljawaid committed Jan 18, 2023
1 parent 327ff32 commit 0bae00e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
'Select an event for this Automatic Action' => 'Wählen Sie ein Ereignis für diese automatische Aktion aus',
'Event' => 'Ereignis',
'When the selected event occurs execute the corresponding action' => 'Wenn das ausgewählte Ereignis eintritt, führen Sie die entsprechende Aktion aus',
'Description' => 'Beschreibung',
'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'Diese automatische Aktion sendet einen Abschlussbericht per E-Mail, sobald die Aufgabe abgeschlossen ist. E-Mails werden einzeln gesendet, die die Aufgabenbeschreibung und den vollständigen Kommentarverlauf enthalten.',
'A comment is automatically added to the task for each successful email sent.' => 'Für jede erfolgreich gesendete E-Mail wird der Aufgabe automatisch ein Kommentar hinzugefügt.',
);
1 change: 1 addition & 0 deletions Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
'Select an event for this Automatic Action' => 'Select an event for this Automatic Action',
'Event' => 'Event',
'When the selected event occurs execute the corresponding action' => 'When the selected event occurs execute the corresponding action',
'Description' => 'Description',
'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.',
'A comment is automatically added to the task for each successful email sent.' => 'A comment is automatically added to the task for each successful email sent.',
);
1 change: 1 addition & 0 deletions Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
'Select an event for this Automatic Action' => 'Sélectionnez un événement pour cette action automatique',
'Event' => 'Événement',
'When the selected event occurs execute the corresponding action' => 'Lorsque l\'événement sélectionné se produit, exécutez l\'action correspondante',
'Description' => 'La description',
'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'Cette action automatique envoie un rapport final par e-mail une fois la tâche fermée. Les e-mails sont envoyés individuellement en détaillant la description de la tâche et l\'historique complet des commentaires.',
'A comment is automatically added to the task for each successful email sent.' => 'Un commentaire est automatiquement ajouté à la tâche pour chaque e-mail envoyé avec succès.',
);
1 change: 1 addition & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'Select an event for this Automatic Action' => '',
'Event' => '',
'When the selected event occurs execute the corresponding action' => '',
'Description' => '',
'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => '',
'A comment is automatically added to the task for each successful email sent.' => '',
);
1 change: 1 addition & 0 deletions Template/action_creation/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</div>

<div class="help-text">
<legend class=""><?= t('Description') ?></legend>
<p class=""><?= t('This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.') ?></p>
</div>
<p class=""><?= t('A comment is automatically added to the task for each successful email sent.') ?></p>
Expand Down

0 comments on commit 0bae00e

Please sign in to comment.