Align a11y_* strings with Element X project in Localazy (#11435)
* Align `a11y_*` strings with Element X project in Localazy * Update matrix-web-i18n
This commit is contained in:
committed by
GitHub
parent
0d8b58cdd7
commit
1a49a38f04
@@ -449,7 +449,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
||||
className="mx_UserMenu_contextMenuButton"
|
||||
onClick={this.onOpenMenuClick}
|
||||
inputRef={this.buttonRef}
|
||||
label={_t("User menu")}
|
||||
label={_t("a11y|user_menu")}
|
||||
isExpanded={!!this.state.contextMenuPosition}
|
||||
onContextMenu={this.onContextMenu}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user