diff --git a/common/locales/en/front.json b/common/locales/en/front.json
index 74591fa39b..a0f1ea7919 100644
--- a/common/locales/en/front.json
+++ b/common/locales/en/front.json
@@ -240,10 +240,10 @@
"usernameTaken": "Username already taken.",
"passwordConfirmationMatch": "Password confirmation doesn't match password.",
"invalidLoginCredentials": "Incorrect username and/or email and/or password.",
- "passwordReset": "If we have your email on file, your password reset link has been sent to your email.",
+ "passwordReset": "If we have your email on file, a new password has been sent to your email.",
"passwordResetEmailSubject": "Password Reset for Habitica",
"passwordResetEmailText": "Password for <%= username %> has been reset to <%= newPassword %> . Important! Both username and password are case-sensitive -- you must enter both exactly as shown here. We recommend copying and pasting both instead of typing them. Log in at <%= baseUrl %>. After you have logged in, head to <%= baseUrl %>/#/options/settings/settings and change your password.",
- "passwordResetEmailHtml": "Password for <%= username %> has been reset to <%= newPassword %>.
Important! Both username and password are case-sensitive -- you must enter both exactly as shown here. We recommend copying and pasting both instead of typing them.
Log in at <%= baseUrl %>. After you have logged in, head to <%= baseUrl %>/#/options/settings/settings and change your password.",
+ "passwordResetEmailHtml": "Password for <%= username %> has been reset to <%= newPassword %>
Important! Both username and password are case-sensitive -- you must enter both exactly as shown here. We recommend copying and pasting both instead of typing them.
Log in at <%= baseUrl %>. After you have logged in, head to <%= baseUrl %>/#/options/settings/settings and change your password.",
"invalidLoginCredentialsLong": "Uh-oh - your username or password is incorrect.\n- Make sure your username or email is typed correctly.\n- You may have signed up with Facebook, not email. Double-check by trying Facebook login.\n- If you forgot your password, click \"Forgot Password\".",
"invalidCredentials": "There is no account that uses those credentials.",
"accountSuspended": "Account has been suspended, please contact leslie@habitica.com with your User ID \"<%= userId %>\" for assistance.",
diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json
index f1fd915ca0..8d39f77866 100644
--- a/common/locales/en/generic.json
+++ b/common/locales/en/generic.json
@@ -100,7 +100,7 @@
"buyThis": "Buy this <%= text %> with <%= price %> of your <%= gems %> Gems?",
"noReachServer": "Server not currently reachable, try again later",
"errorUpCase": "ERROR:",
- "newPassSent": "New password sent.",
+ "newPassSent": "If we have your email on file, a new password has been sent to your email.",
"serverUnreach": "Server currently unreachable.",
"requestError": "Yikes, an error occurred! Please reload the page, your last action may not have been saved correctly.",
"seeConsole": "If the error persists, please report it at Help > Report a Bug. If you're familiar with your browser's console, please include any error messages.",