Skip to content

Commit

Permalink
MDL-67663 mod_forum: Use proper lang string for aria-label
Browse files Browse the repository at this point in the history
Use a proper language string for the aria-label of the hide grader
panel button instead of a hard-coded one.
  • Loading branch information
junpataleta committed Apr 9, 2020
1 parent f63503a commit a37c40d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@
</button>
<button
class="btn btn-icon icon-no-margin drawer-button mr-1"
aria-label="Open or close grader panel"
aria-label="{{#str}} hidegraderpanel, mod_forum {{/str}}"
data-action="collapse-grading-drawer"
aria-controls="grading-drawer-{{uniqid}}"
aria-expanded="true"
Expand Down

0 comments on commit a37c40d

Please sign in to comment.