From cab23dbff3f80f2fa73ab388b2dd84f2805251d0 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Mon, 28 Aug 2023 23:38:40 -0600 Subject: [PATCH] Update SMS cannot send message to specify that a mobile phone number is required --- templates/CRM/Contact/Form/Task/SMS.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Task/SMS.tpl b/templates/CRM/Contact/Form/Task/SMS.tpl index b3862f88c4..cde90ede96 100644 --- a/templates/CRM/Contact/Form/Task/SMS.tpl +++ b/templates/CRM/Contact/Form/Task/SMS.tpl @@ -10,7 +10,7 @@
{if $suppressedSms > 0}
-

{ts count=$suppressedSms plural='SMS will NOT be sent to %count contacts - (no phone number on file, or communication preferences specify DO NOT SMS, or contact is deceased).'}SMS will NOT be sent to %count contact - (no phone number on file, or communication preferences specify DO NOT SMS, or contact is deceased).{/ts}

+

{ts count=$suppressedSms plural='SMS will NOT be sent to %count contacts who have no mobile phone number, who are set to Do not SMS, or who are deceased.'}SMS will NOT be sent to %count contact who has no mobile phone number, who is set to Do not SMS, or who is deceased.{/ts}

{/if} {if $extendTargetContacts > 0} -- 2.25.1