You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Capitalize "Privacy" in UserMenu (#7738)
This commit is contained in:
@@ -453,7 +453,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
|
||||
/>
|
||||
<IconizedContextMenuOption
|
||||
iconClassName="mx_UserMenu_iconLock"
|
||||
label={_t("Security & privacy")}
|
||||
label={_t("Security & Privacy")}
|
||||
onClick={(e) => this.onSettingsOpen(e, UserTab.Security)}
|
||||
/>
|
||||
<IconizedContextMenuOption
|
||||
|
||||
Reference in New Issue
Block a user