Add aria-label
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
fc898f8c7e
commit
849a02cec2
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ export class RoomView extends TemplateView {
|
||||||
]),
|
]),
|
||||||
t.button({
|
t.button({
|
||||||
className: "button-utility room-options",
|
className: "button-utility room-options",
|
||||||
|
"aria-label":vm.i18n`Room options`,
|
||||||
onClick: evt => this._toggleOptionsMenu(evt)
|
onClick: evt => this._toggleOptionsMenu(evt)
|
||||||
})
|
})
|
||||||
]),
|
]),
|
||||||
|
|
Reference in a new issue