Add aria labels for cancel edit message button (the little cross
when selecting messages).
$string['blockuserconfirmbutton'] = 'Block';
$string['blocknoncontacts'] = 'Prevent non-contacts from messaging me';
$string['canceledit'] = 'Cancel editing messages';
+$string['cancelselection'] = 'Cancel message selection';
$string['contactableprivacy'] = 'Accept messages from:';
$string['contactableprivacy_onlycontacts'] = 'My contacts only';
$string['contactableprivacy_coursemember'] = 'My contacts and anyone in my courses';
<div class="d-flex p-2 align-items-center">
{{#str}} messagesselected:, core_message {{/str}}
<span class="ml-1" data-region="message-selected-court">1</span>
- <button type="button" class="ml-auto close" aria-label="" data-action="cancel-edit-mode">
- <span aria-hidden="true">×</span>
+ <button type="button" class="ml-auto close" aria-label="{{#str}} cancelselection, core_message {{/str}}"
+ data-action="cancel-edit-mode">
+ <span aria-hidden="true">×</span>
</button>
</div>