Skip to content

Commit ced83ad

Browse files
authored
Update lang.php
Fixed email text for change in task status
1 parent 5b8d0fd commit ced83ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/lang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
$lang['openstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
4545
$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'
4747
<h1>@WIKINAME@ Task @STATUS@</h1>
4848
@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
4949
due on @DUEDATE@. Be sure to mark the task as completed and
@@ -53,7 +53,7 @@
5353

5454
$lang['closedstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"';
5555
$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'
5757
<h1>@WIKINAME@ Task @STATUS@</h1>
5858
@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is
5959
no longer considered active and you will receive no further emails about it.

0 commit comments

Comments
 (0)