mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Dedup
This commit is contained in:
parent
5754e77b20
commit
55a3eddb34
@ -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
|
||||
/>
|
||||
|
@ -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
|
||||
/>
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user