Skip to content

Commit ee1f571

Browse files
committed
try to fix the AMOS error
1 parent 98bb0a1 commit ee1f571

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

lang/de/tool_lifecycle.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@
187187
$string['noprocessfound'] = 'Es konnte kein Prozess mit der gegebenen Prozessid gefunden werden!';
188188
$string['noremainingcoursestodisplay'] = 'Es gibt derzeit keine verbleibenden Kurse!';
189189
$string['nostepfound'] = 'Es konnte kein Schritt mit der gegebenen Schritt-ID gefunden werden!';
190-
$string['notifyerrorsemailcontent'] = '{$a->amount} neue fehlerhafte tool_lifecycle Prozesse warten darauf, behandelt zu werden!' . "\n" . 'Bitte besuchen Sie {$a->url}.';
190+
$string['notifyerrorsemailcontent'] = '{$a->amount} neue fehlerhafte tool_lifecycle Prozesse warten darauf, behandelt zu werden!
191+
192+
Bitte besuchen Sie {$a->url}.';
191193
$string['notifyerrorsemailcontenthtml'] = '{$a->amount} neue fehlerhafte tool_lifecycle Prozesse warten darauf, behandelt zu werden!<br>Bitte besuchen Sie <a href="{$a->url}">die Übersichtsseite</a>.';
192194
$string['notifyerrorsemailsubject'] = '{$a->amount} neue fehlerhafte tool_lifecycle Prozesse warten darauf, behandelt zu werden!';
193195
$string['overview:add_trigger'] = 'Trigger hinzufügen';

lang/en/tool_lifecycle.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@
188188
$string['noprocessfound'] = 'A process with the given processid could not be found!';
189189
$string['noremainingcoursestodisplay'] = 'There are currently no remaining courses!';
190190
$string['nostepfound'] = 'A step with the given stepid could not be found!';
191-
$string['notifyerrorsemailcontent'] = 'There are {$a->amount} new tool_lifecycle process errors waiting to be fixed!' . "\n" . 'Please review them at {$a->url}.';
191+
$string['notifyerrorsemailcontent'] = 'There are {$a->amount} new tool_lifecycle process errors waiting to be fixed!
192+
193+
Please review them at {$a->url}.';
192194
$string['notifyerrorsemailcontenthtml'] = 'There are {$a->amount} new tool_lifecycle process errors waiting to be fixed!<br>Please review them at the <a href="{$a->url}">error handling overview</a>.';
193195
$string['notifyerrorsemailsubject'] = 'There are {$a->amount} new tool_lifecycle process errors waiting to be fixed!';
194196
$string['overview:add_trigger'] = 'Add trigger';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die;
2626

2727
$plugin->maturity = MATURITY_STABLE;
28-
$plugin->version = 2025050401;
28+
$plugin->version = 2025050402;
2929
$plugin->component = 'tool_lifecycle';
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3131
$plugin->supported = [401, 405];
32-
$plugin->release = 'v4.5-r2';
32+
$plugin->release = 'v4.5-r3';

0 commit comments

Comments
 (0)