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
|
<IconizedContextMenuOption
|
||||||
iconClassName="mx_UserMenu_iconLock"
|
iconClassName="mx_UserMenu_iconLock"
|
||||||
label={_t("Security & privacy")}
|
label={_t("Security & Privacy")}
|
||||||
onClick={(e) => this.onSettingsOpen(e, UserTab.Security)}
|
onClick={(e) => this.onSettingsOpen(e, UserTab.Security)}
|
||||||
/>
|
/>
|
||||||
<IconizedContextMenuOption
|
<IconizedContextMenuOption
|
||||||
|
|
|
@ -3181,7 +3181,6 @@
|
||||||
"Got an account? <a>Sign in</a>": "Got an account? <a>Sign in</a>",
|
"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>",
|
"New here? <a>Create an account</a>": "New here? <a>Create an account</a>",
|
||||||
"Do not disturb": "Do not disturb",
|
"Do not disturb": "Do not disturb",
|
||||||
"Security & privacy": "Security & privacy",
|
|
||||||
"Switch to light mode": "Switch to light mode",
|
"Switch to light mode": "Switch to light mode",
|
||||||
"Switch to dark mode": "Switch to dark mode",
|
"Switch to dark mode": "Switch to dark mode",
|
||||||
"Switch theme": "Switch theme",
|
"Switch theme": "Switch theme",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue