From 7875bd00a2239930bbd03735a1f72e898c4d5022 Mon Sep 17 00:00:00 2001 From: Usha Matisson Date: Mon, 16 Mar 2020 22:25:24 +0100 Subject: [PATCH] (NFC) Minor typo: contacts(s) -> contact(s) --- CRM/Case/Form/Activity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Case/Form/Activity.php b/CRM/Case/Form/Activity.php index 219fa7dc05..623e8d0a07 100644 --- a/CRM/Case/Form/Activity.php +++ b/CRM/Case/Form/Activity.php @@ -598,11 +598,11 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { foreach ($selectedContacts as $dnt => $val) { if (array_key_exists($val, $params) && !CRM_Utils_Array::crmIsEmptyArray($params[$val])) { if ($val == 'contact_check') { - $mailStatus = ts("A copy of the activity has also been sent to selected contacts(s)."); + $mailStatus = ts("A copy of the activity has also been sent to selected contact(s)."); } else { $this->_relatedContacts = CRM_Activity_BAO_ActivityAssignment::getAssigneeNames([$vval['actId']], TRUE, FALSE); - $mailStatus .= ' ' . ts("A copy of the activity has also been sent to assignee contacts(s)."); + $mailStatus .= ' ' . ts("A copy of the activity has also been sent to assignee contact(s)."); } //build an associative array with unique email addresses. foreach ($params[$val] as $key => $value) { -- 2.25.1