(NFC) Minor typo: contacts(s) -> contact(s)
authorUsha Matisson <matisson@makoa.fr>
Mon, 16 Mar 2020 21:25:24 +0000 (22:25 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 21:25:24 +0000 (22:25 +0100)
CRM/Case/Form/Activity.php

index 219fa7dc057d24f32402953f08843b74eb9cf979..623e8d0a074fcd12d748f8988ba86927bb850104 100644 (file)
@@ -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) {