From 3952849f306c33f3dd132fa9f8a50c9eb4904566 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 25 Oct 2019 11:52:54 -0400 Subject: [PATCH] fix: #8000, tweak wording; password reset success --- public/language/en-GB/reset_password.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/language/en-GB/reset_password.json b/public/language/en-GB/reset_password.json index 611c2f2fd7..66059207e6 100644 --- a/public/language/en-GB/reset_password.json +++ b/public/language/en-GB/reset_password.json @@ -9,7 +9,7 @@ "repeat_password": "Confirm Password", "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", "enter_email_address": "Enter Email Address", - "password_reset_sent": "A password reset email has been sent to the specified address. Please note that only one email will be sent per minute.", + "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", "invalid_email": "Invalid Email / Email does not exist!", "password_too_short": "The password entered is too short, please pick a different password.", "passwords_do_not_match": "The two passwords you've entered do not match.",