mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Capitalize "Privacy" in UserMenu (#7738)
This commit is contained in:
parent
c52eaa53ce
commit
5278679076
@ -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
|
||||
|
@ -3181,7 +3181,6 @@
|
||||
"Got an account? <a>Sign in</a>": "Got an account? <a>Sign in</a>",
|
||||
"New here? <a>Create an account</a>": "New here? <a>Create an account</a>",
|
||||
"Do not disturb": "Do not disturb",
|
||||
"Security & privacy": "Security & privacy",
|
||||
"Switch to light mode": "Switch to light mode",
|
||||
"Switch to dark mode": "Switch to dark mode",
|
||||
"Switch theme": "Switch theme",
|
||||
|
Loading…
Reference in New Issue
Block a user