From e441f45ac5e54a261d0cfdce4e0ca4b4e2adc047 Mon Sep 17 00:00:00 2001 From: Alys Date: Fri, 24 Jun 2016 21:59:34 +1000 Subject: [PATCH] improve texts for password reset feature - Removes full stop from the end of the password (very misleading). - Makes messages about the password emails more accurate. --- common/locales/en/front.json | 4 ++-- common/locales/en/generic.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.",