From ced83ad6fe29284dc95105c092a93e28c1ff2e6c Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Mon, 5 Jun 2023 14:12:54 +0100 Subject: [PATCH] Update lang.php Fixed email text for change in task status --- lang/en/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index 9530c6e..9d2f7e2 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -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'

@WIKINAME@ Task @STATUS@

@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is due on @DUEDATE@. Be sure to mark the task as completed and @@ -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'

@WIKINAME@ Task @STATUS@

@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is no longer considered active and you will receive no further emails about it.