Update SMS cannot send message to specify that a mobile phone number is required
authorlarssandergreen <lars@wildsight.ca>
Tue, 29 Aug 2023 05:38:40 +0000 (23:38 -0600)
committerlarssandergreen <lars@wildsight.ca>
Tue, 29 Aug 2023 05:38:40 +0000 (23:38 -0600)
templates/CRM/Contact/Form/Task/SMS.tpl

index b3862f88c4234179885e2f0ce8d934941f4b740d..cde90ede962ca57c0a59b4aa2a9a2d2ab6316fea 100644 (file)
@@ -10,7 +10,7 @@
 <div class="crm-block crm-form-block crm-contactSMS-form-block">
 {if $suppressedSms > 0}
     <div class="status">
-        <p>{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}</p>
+        <p>{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}</p>
     </div>
 {/if}
 {if $extendTargetContacts > 0}