diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 13de1fcf9..bf0ffa93e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -473,7 +473,6 @@ "sessionRecoveryPassword": "Recovery Password", "set": "Set", "setAccountPasswordDescription": "Require password to unlock Session.", - "setAccountPasswordTitle": "Password", "setDisplayPicture": "Set Display Picture", "setPassword": "Set Password", "setPasswordFail": "Failed to set password", diff --git a/ts/components/settings/section/CategoryPrivacy.tsx b/ts/components/settings/section/CategoryPrivacy.tsx index 29c434a73..1e54cdea4 100644 --- a/ts/components/settings/section/CategoryPrivacy.tsx +++ b/ts/components/settings/section/CategoryPrivacy.tsx @@ -109,7 +109,7 @@ export const SettingsCategoryPrivacy = (props: { {!props.hasPassword ? ( { displayPasswordModal('set', props.onPasswordUpdated); diff --git a/ts/types/LocalizerKeys.ts b/ts/types/LocalizerKeys.ts index 383d41ff3..b3ecb06a2 100644 --- a/ts/types/LocalizerKeys.ts +++ b/ts/types/LocalizerKeys.ts @@ -473,7 +473,6 @@ export type LocalizerKeys = | 'sessionRecoveryPassword' | 'set' | 'setAccountPasswordDescription' - | 'setAccountPasswordTitle' | 'setDisplayPicture' | 'setPassword' | 'setPasswordFail'