mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Add aria-label
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
fc898f8c7e
commit
849a02cec2
@ -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)
|
||||||
})
|
})
|
||||||
]),
|
]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user