Capitalize "Privacy" in UserMenu (#7738)

pull/21833/head
Aaron Raimist 2022-02-08 02:31:51 -06:00 committed by GitHub
parent c52eaa53ce
commit 5278679076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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",