You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/lang.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
44
44
$lang['openstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
45
45
$lang['openstatus_text'] = '@EDITOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is due on @DUEDATE@. Be sure to mark the task as completed and edit the page to reflect the outcome once you are finished: @EDITURL@.';
46
-
$lang['openstatus_text'] = <<<'END'
46
+
$lang['openstatus_html'] = <<<'END'
47
47
<h1>@WIKINAME@ Task @STATUS@</h1>
48
48
@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
49
49
due on @DUEDATE@. Be sure to mark the task as completed and
@@ -53,7 +53,7 @@
53
53
54
54
$lang['closedstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
55
55
$lang['closedstatus_text'] = '@EDITOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is no long considered active and you will receive no further messages about it.';
56
-
$lang['closedstatus_text'] = <<<'END'
56
+
$lang['closedstatus_html'] = <<<'END'
57
57
<h1>@WIKINAME@ Task @STATUS@</h1>
58
58
@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
59
59
no longer considered active and you will receive no further emails about it.
0 commit comments