Merge pull request #22808 from colemanw/searchKitMailingTask
[civicrm-core.git] / ang / crmMailing / BlockPreview.js
index 5e582dc0566a0d5cb06576db3bf397c66cbf1a4f..334e15d4408d2b5e2170bbce95f3b6361dec3303 100644 (file)
@@ -48,7 +48,7 @@
             markup += '</ol>';
             markup = '<h4>' + ts('A test message will be sent to %1 people:', {1: count}) + '</h4>' + markup;
             if (!count) {
-              markup = '<div class="messages status"><i class="crm-i fa-exclamation-triangle"></i> ' +
+              markup = '<div class="messages status"><i class="crm-i fa-exclamation-triangle" aria-hidden="true"></i> ' +
               (data.contact.count ? ts('None of the contacts in this group have an email address.') : ts('Group is empty.')) +
               '</div>';
             }