Skip to content

Commit

Permalink
MDL-67899 message: Add aria-label to the emoji picker button
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Feb 11, 2020
1 parent 4e90332 commit cd4c44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/en/moodle.php
Expand Up @@ -2051,6 +2051,7 @@
$string['today'] = 'Today';
$string['todaylogs'] = 'Today\'s logs';
$string['toeveryone'] = 'to everyone';
$string['toggleemojipicker'] = 'Toggle emoji picker';
$string['toomanybounces'] = 'That email address has had too many bounces. You <b>must</b> change it to continue.';
$string['toomanytags'] = 'This search included too many tags; some will have been ignored.';
$string['toomanytoshow'] = 'There are too many users to show.';
Expand Down
Expand Up @@ -70,6 +70,7 @@
</div>
<button
class="btn btn-link btn-icon icon-size-3 ml-1"
aria-label="{{#str}} toggleemojipicker, core {{/str}}"
data-action="toggle-emoji-picker"
>
{{#pix}} e/emoticons, core{{/pix}}
Expand Down

0 comments on commit cd4c44b

Please sign in to comment.