From a99b5402e5a86b8b578fed182653e9766b854aaa Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Sat, 14 Jan 2023 08:56:00 +0000 Subject: [PATCH] Change Action Dropdown Description - Better wording - #9 --- Action/EmailTaskHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Action/EmailTaskHistory.php b/Action/EmailTaskHistory.php index 00fc1b1..ca1102a 100644 --- a/Action/EmailTaskHistory.php +++ b/Action/EmailTaskHistory.php @@ -13,7 +13,7 @@ class EmailTaskHistory extends Base public function getDescription() { - return t('EmailTaskHistory > Send task description and complete comment history by email on task closure'); + return t('EmailTaskHistory > Send task description and complete comment history on task closure'); } public function getCompatibleEvents()