This commit is contained in:
Manav Rathi 2025-01-08 14:55:38 +05:30
parent 5754e77b20
commit 55a3eddb34
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View File

@ -114,7 +114,7 @@ const Page: React.FC<PageProps> = ({ appContext }) => {
<SingleInputForm
callback={recover}
fieldType="text"
placeholder={t("RECOVERY_KEY_HINT")}
placeholder={t("recovery_key")}
buttonText={t("RECOVER")}
disableAutoComplete
/>

View File

@ -172,7 +172,7 @@ const Page: React.FC<RecoverPageProps> = ({ appContext, twoFactorType }) => {
<SingleInputForm
callback={recover}
fieldType="text"
placeholder={t("RECOVERY_KEY_HINT")}
placeholder={t("recovery_key")}
buttonText={t("RECOVER")}
disableAutoComplete
/>

View File

@ -121,7 +121,6 @@
"recovery_key_generation_failed": "Recovery code could not be generated, please try again",
"forgot_password": "Forgot password",
"recover_account": "Recover account",
"RECOVERY_KEY_HINT": "Recovery key",
"RECOVER": "Recover",
"NO_RECOVERY_KEY": "No recovery key?",
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",