diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index d8b751620..5b49bcc81 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -518,7 +518,6 @@ $lang['Your API key will expire in %d days.'] = 'Your API key will expire in %d $lang['To continue using the API, please renew your key before it expires.'] = 'To continue using the API, please renew your key before it expires.'; $lang['You can manage your API keys in your account settings.'] = 'You can manage your API keys in your account settings.'; $lang['Expert mode'] = 'Expert mode'; -$lang['An email has been sent with a verification code'] = 'An email has been sent with a verification code'; $lang['If you do not receive the email, please contact your webmaster.'] = 'If you do not receive the email, please contact your webmaster.'; $lang['Verification code'] = 'Verification code'; $lang['Verify'] = 'Verify'; @@ -534,3 +533,4 @@ $lang['If this wasn\'t you, please change your password immediately or contact y $lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'; $lang['Too many attempts, please try later..'] = 'Too many attempts, please try later..'; $lang['Verification successful! You can now choose a new password.'] = 'Verification successful! You can now choose a new password.'; +$lang['If your account exists, a verification code has been sent to your email address.'] = 'If your account exists, a verification code has been sent to your email address.'; diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 0b2a74f05..132e4623e 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -517,7 +517,6 @@ $lang['Your API key will expire in %d days.'] = 'Votre clé API expirera dans %d $lang['To continue using the API, please renew your key before it expires.'] = 'Pour continuer à utiliser l\'API, veuillez renouveler votre clé avant son expiration.'; $lang['You can manage your API keys in your account settings.'] = 'Vous pouvez gérer vos clés API dans les paramètres de votre compte.'; $lang['Expert mode'] = 'Mode expert'; -$lang['An email has been sent with a verification code'] = 'Un e-mail contenant un code de vérification vous a été envoyé'; $lang['If you do not receive the email, please contact your webmaster.'] = 'Si vous ne recevez pas cet e-mail, veuillez contacter votre webmaster.'; $lang['Verification code'] = 'Code de vérification'; $lang['Verify'] = 'Vérifier'; @@ -533,3 +532,4 @@ $lang['If this wasn\'t you, please change your password immediately or contact y $lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Si vous avez changé votre mot de passe car vous pensez qu\'il a été volé, nous vous recommandons de révoquer vos %d clefs d\'API sur votre profil.'; $lang['Too many attempts, please try later..'] = 'Trop de tentatives, veuillez réessayer plus tard..'; $lang['Verification successful! You can now choose a new password.'] = 'Vérification réussie ! Vous pouvez maintenant choisir un nouveau mot de passe.'; +$lang['If your account exists, a verification code has been sent to your email address.'] = 'Si votre compte existe, un code de vérification a été envoyé à votre adresse email.'; diff --git a/password.php b/password.php index 5904c78b3..543e65c0f 100644 --- a/password.php +++ b/password.php @@ -360,7 +360,7 @@ if (isset($_POST['submit'])) { if (process_verification_code()) { - $page['infos'][] = l10n('An email has been sent with a verification code'); + $page['infos'][] = l10n('If your account exists, a verification code has been sent to your email address.'); $page['action'] = 'lost_code'; } } diff --git a/themes/standard_pages/template/password.tpl b/themes/standard_pages/template/password.tpl index e01fd2b3d..e01aa7c00 100644 --- a/themes/standard_pages/template/password.tpl +++ b/themes/standard_pages/template/password.tpl @@ -114,7 +114,7 @@ {elseif $action eq 'lost_code'} - +