Skip to content

Commit 64938b7

Browse files
committed
MBS-10502: Localize aria label of close button
1 parent 38ca797 commit 64938b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/advancedsettings.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="card-body p-2">
5252
<div class="card-header alert alert-dark d-flex align-items-center justify-content-between">
5353
<span>{{#str}} advancedsettings, learningmap {{/str}}</span>
54-
<button type="button" class="mb-1 close" aria-label="Close" id="learningmap-advanced-settings-close">
54+
<button type="button" class="mb-1 close" aria-label="{{#str}} closebuttontitle {{/str}}" id="learningmap-advanced-settings-close">
5555
<span>&times;</span>
5656
</button>
5757
</div>

0 commit comments

Comments
 (0)