From fca4b93002fad739f7f66a769c474054726f2cd6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 27 Jun 2021 13:39:21 +0200 Subject: [PATCH] Fix broken translation key --- src/i18n/lang/de.json | 2 +- src/i18n/lang/en.json | 2 +- src/i18n/lang/fr.json | 2 +- src/i18n/lang/ro.json | 2 +- src/i18n/lang/ru.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/lang/de.json b/src/i18n/lang/de.json index 86a202ec0a..8559c2bd6b 100644 --- a/src/i18n/lang/de.json +++ b/src/i18n/lang/de.json @@ -567,7 +567,7 @@ "username": "Benutzername", "logout": "Abmelden", "confirmEmailSuccess": "Du hast deine E-Mail erfolgreich bestätigt! Du kannst dich jetzt anmelden.", - "restPasswordSuccess": "Prüfe deinen Posteingang! Du solltest eine E-Mail mit Anweisungen zum Zurücksetzen deines Passworts erhalten haben.", + "resetPasswordSuccess": "Prüfe deinen Posteingang! Du solltest eine E-Mail mit Anweisungen zum Zurücksetzen deines Passworts erhalten haben.", "resetPasswordAction": "Mir einen Link zum Zurücksetzen des Passworts senden", "resetPassword": "Dein Passwort zurücksetzen", "passwordRepeat": "Gib dein Passwort erneut ein" diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 15c7bc80dc..a77c3992a5 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -24,7 +24,7 @@ "passwordPlaceholder": "e.g. •••••••••••", "resetPassword": "Reset your password", "resetPasswordAction": "Send me a password reset link", - "restPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.", + "resetPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.", "passwordsDontMatch": "Passwords don't match", "confirmEmailSuccess": "You successfully confirmed your email! You can log in now.", "totpTitle": "Two Factor Authentication Code", diff --git a/src/i18n/lang/fr.json b/src/i18n/lang/fr.json index f2b9e38521..bc7530b249 100644 --- a/src/i18n/lang/fr.json +++ b/src/i18n/lang/fr.json @@ -683,7 +683,7 @@ "totpTitle": "Code d’authentification à deux facteurs", "confirmEmailSuccess": "Tu as bien confirmé ton adresse courriel ! Tu peux te connecter maintenant.", "passwordsDontMatch": "Les mots de passe ne correspondent pas", - "restPasswordSuccess": "Vérifie ta boîte de réception ! Tu devrais recevoir un courriel contenant des instructions sur la manière de réinitialiser ton mot de passe.", + "resetPasswordSuccess": "Vérifie ta boîte de réception ! Tu devrais recevoir un courriel contenant des instructions sur la manière de réinitialiser ton mot de passe.", "resetPasswordAction": "M’envoyer un lien de réinitialisation du mot de passe", "resetPassword": "Réinitialiser ton mot de passe", "passwordPlaceholder": "p. ex. •••••••••••", diff --git a/src/i18n/lang/ro.json b/src/i18n/lang/ro.json index 3d780b180a..d2252d45f2 100644 --- a/src/i18n/lang/ro.json +++ b/src/i18n/lang/ro.json @@ -622,7 +622,7 @@ "loginWith": "", "resetPasswordAction": "", "confirmEmailSuccess": "", - "restPasswordSuccess": "", + "resetPasswordSuccess": "", "usernameEmail": "", "username": "" } diff --git a/src/i18n/lang/ru.json b/src/i18n/lang/ru.json index a0ef9f943e..3766fdf71d 100644 --- a/src/i18n/lang/ru.json +++ b/src/i18n/lang/ru.json @@ -293,7 +293,7 @@ "passwordPlaceholder": "", "usernamePlaceholder": "", "emailPlaceholder": "", - "restPasswordSuccess": "" + "resetPasswordSuccess": "" } }, "404": {