Skip to content

Commit

Permalink
MDL-71951 calendar: Accessbility issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevani Andolo authored and stevandoMoodle committed Oct 25, 2022
1 parent 42be9c3 commit a9e12e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions calendar/templates/event_item.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
<div class="commands float-sm-right">
{{#canedit}}
{{#candelete}}
<a href="{{deleteurl}}" data-action="delete">
{{#pix}}t/delete, core, {{#str}}delete{{/str}}{{/pix}}
<a href="{{deleteurl}}" data-action="delete" aria-label="{{#str}}delete{{/str}}" title="{{#str}}delete{{/str}}">
{{#pix}}t/delete, core{{/pix}}
</a>
{{/candelete}}
{{^isactionevent}}
<a href="{{editurl}}" data-action="edit">
{{#pix}}t/edit, core, {{#str}}edit{{/str}}{{/pix}}
<a href="{{editurl}}" data-action="edit" aria-label="{{#str}}edit{{/str}}" title="{{#str}}edit{{/str}}">
{{#pix}}t/edit, core{{/pix}}
</a>
{{/isactionevent}}
{{/canedit}}
Expand Down

0 comments on commit a9e12e1

Please sign in to comment.