Skip to content

Commit

Permalink
Update lang.php
Browse files Browse the repository at this point in the history
Fixed email text for change in task status
  • Loading branch information
cmacmackin committed Jun 5, 2023
1 parent 5b8d0fd commit ced83ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/lang.php
Expand Up @@ -43,7 +43,7 @@

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

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

0 comments on commit ced83ad

Please sign in to comment.