Skip to content

Commit c570347

Browse files
committed
add run string for plugin
1 parent b1deea1 commit c570347

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lang/de/tool_lifecycle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
$string['restore_workflow_not_found'] = 'Falsches Format der Sicherungsdatei. Der Workflow konnte nicht gefunden werden.';
228228
$string['rollback'] = 'Zurücksetzung';
229229
$string['rolledback'] = 'Zurückgesetzt';
230+
$string['run'] = 'Ausführen';
230231
$string['runtask'] = 'Führe Lifecycle System-Task aus';
231232
$string['searchcourses'] = 'Kurs-Suche';
232233
$string['see_in_workflow'] = 'In Workflow ansehen';

lang/en/tool_lifecycle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
$string['restore_workflow_not_found'] = 'Wrong format of the backup file. The workflow could not be found.';
228228
$string['rollback'] = 'Rollback';
229229
$string['rolledback'] = 'Rolled back';
230+
$string['run'] = 'Run';
230231
$string['runtask'] = 'Run scheduled lifecycle task';
231232
$string['searchcourses'] = 'Search for courses';
232233
$string['see_in_workflow'] = 'See in workflow';

templates/workflowoverview.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{{#str}} nextrun, tool_lifecycle, {{{nextrun}}} {{/str}}
155155
<a href="{{{runlink}}}">
156156
<span class="" data-toggle="tooltip" title="{{#str}} runtask, tool_lifecycle {{/str}}">
157-
{{#str}} run {{/str}}
157+
{{#str}} run, tool_lifecycle {{/str}}
158158
</span>
159159
</a>
160160
<br>

0 commit comments

Comments
 (0)