MDL-67663 mod_forum: Use proper lang string for aria-label

Use a proper language string for the aria-label of the hide grader
panel button instead of a hard-coded one.
This commit is contained in:
Jun Pataleta
2020-04-09 17:50:09 +08:00
parent f63503a603
commit a37c40d31f
@@ -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"