You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +03:00
Improve UserMenu label
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -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}
|
||||
>
|
||||
|
Reference in New Issue
Block a user