Add aria-hidden to extant icons
[civicrm-core.git] / js / view / crm.designer.js
index 9d43b92bf06322c2066a6626cd5a454842d8779a..b00a2964f15670b57c4f876311e4e93f620884ce 100644 (file)
       });
       var form1 = CRM.loadForm(url)
         .on('crmFormLoad', function() {
-          $(this).prepend('<div class="messages status"><i class="crm-i fa-info-circle"></i> ' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '</div>');
+          $(this).prepend('<div class="messages status"><i class="crm-i fa-info-circle" aria-hidden="true"></i> ' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '</div>');
         });
     },
     onChangeIsDuplicate: function(model, value, options) {