mirror of https://github.com/vector-im/riot-web
Improve UserMenu label
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
7c29a53ebd
commit
2d09ac9f88
|
@ -329,7 +329,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
|||
className={classes}
|
||||
onClick={this.onOpenMenuClick}
|
||||
inputRef={this.buttonRef}
|
||||
label={_t("Account settings")}
|
||||
label={_t("User menu")}
|
||||
isExpanded={!!this.state.contextMenuPosition}
|
||||
onContextMenu={this.onContextMenu}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue