Merge pull request #19706 from civicrm/5.35
[civicrm-core.git] / ang / crmMailing / services.js
index 45c206373230e3a0002834b5ec657f8b7a4d0ed2..3dbbf9ae985a4fe78823be4c4765f55862b7836f 100644 (file)
             .then(function (deliveryInfos) {
               var count = Object.keys(deliveryInfos).length;
               if (count === 0) {
-                CRM.alert(ts('Could not identify any recipients. Perhaps the group is empty?'));
+                CRM.alert(ts('Could not identify any recipients. Perhaps your test group is empty, or you tried sending to contacts that do not exist and you have no permission to add contacts.'));
               }
             })
           ;