diff --git a/src/i18n/en.json b/src/i18n/en.json index 59a2d80..4582a95 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -254,7 +254,7 @@ "services.errorsDict.emailNotFound": "Specified E‑mail is not found", "services.errorsDict.emailRequired": "E‑mail is required", "services.errorsDict.emailToLong": "E‑mail is too long", - "services.errorsDict.forgotYourPassword": "forgot your password", + "services.errorsDict.forgottenYourPassword": "forgotten your password", "services.errorsDict.invalidPassword": "You have entered wrong account password.", "services.errorsDict.keyNotExists": "The key is incorrect or has expired.", "services.errorsDict.keyRequired": "Please, enter an activation key", @@ -270,7 +270,7 @@ "services.errorsDict.redirectUriInvalid": "Redirect URI is invalid", "services.errorsDict.redirectUriRequired": "Redirect URI is required", "services.errorsDict.rulesAgreementRequired": "You must accept rules in order to create an account", - "services.errorsDict.suggestResetPassword": "Are you have {link}?", + "services.errorsDict.suggestResetPassword": "Have you {forgottenYourPassword}?", "services.errorsDict.totpIncorrect": "The code is incorrect", "services.errorsDict.totpRequired": "Please, enter the code", "services.errorsDict.usernameInvalid": "Username is invalid", diff --git a/src/services/errorsDict/errorsDict.intl.json b/src/services/errorsDict/errorsDict.intl.json index 59fcd97..c9d1be0 100644 --- a/src/services/errorsDict/errorsDict.intl.json +++ b/src/services/errorsDict/errorsDict.intl.json @@ -1,8 +1,8 @@ { "captchaRequired": "Please, solve the captcha", "invalidPassword": "You have entered wrong account password.", - "suggestResetPassword": "Are you have {link}?", - "forgotYourPassword": "forgot your password", + "suggestResetPassword": "Have you {forgottenYourPassword}?", + "forgottenYourPassword": "forgotten your password", "loginRequired": "Please enter E‑mail or username", "loginNotExist": "Sorry, Ely doesn't recognise your login.", "passwordRequired": "Please enter password", diff --git a/src/services/errorsDict/errorsDict.js b/src/services/errorsDict/errorsDict.js index d2edb73..c0cfbbb 100644 --- a/src/services/errorsDict/errorsDict.js +++ b/src/services/errorsDict/errorsDict.js @@ -93,9 +93,9 @@ const errorsMap = {
- + ) }} />