Capitalize "Privacy" in UserMenu (#7738)
This commit is contained in:
parent
c52eaa53ce
commit
5278679076
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue