mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
Dedup
This commit is contained in:
parent
5754e77b20
commit
55a3eddb34
@ -114,7 +114,7 @@ const Page: React.FC<PageProps> = ({ appContext }) => {
|
|||||||
<SingleInputForm
|
<SingleInputForm
|
||||||
callback={recover}
|
callback={recover}
|
||||||
fieldType="text"
|
fieldType="text"
|
||||||
placeholder={t("RECOVERY_KEY_HINT")}
|
placeholder={t("recovery_key")}
|
||||||
buttonText={t("RECOVER")}
|
buttonText={t("RECOVER")}
|
||||||
disableAutoComplete
|
disableAutoComplete
|
||||||
/>
|
/>
|
||||||
|
@ -172,7 +172,7 @@ const Page: React.FC<RecoverPageProps> = ({ appContext, twoFactorType }) => {
|
|||||||
<SingleInputForm
|
<SingleInputForm
|
||||||
callback={recover}
|
callback={recover}
|
||||||
fieldType="text"
|
fieldType="text"
|
||||||
placeholder={t("RECOVERY_KEY_HINT")}
|
placeholder={t("recovery_key")}
|
||||||
buttonText={t("RECOVER")}
|
buttonText={t("RECOVER")}
|
||||||
disableAutoComplete
|
disableAutoComplete
|
||||||
/>
|
/>
|
||||||
|
@ -121,7 +121,6 @@
|
|||||||
"recovery_key_generation_failed": "Recovery code could not be generated, please try again",
|
"recovery_key_generation_failed": "Recovery code could not be generated, please try again",
|
||||||
"forgot_password": "Forgot password",
|
"forgot_password": "Forgot password",
|
||||||
"recover_account": "Recover account",
|
"recover_account": "Recover account",
|
||||||
"RECOVERY_KEY_HINT": "Recovery key",
|
|
||||||
"RECOVER": "Recover",
|
"RECOVER": "Recover",
|
||||||
"NO_RECOVERY_KEY": "No recovery key?",
|
"NO_RECOVERY_KEY": "No recovery key?",
|
||||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user