From 5a377f587d901d6808ecfcf317f615b1e40e184f Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Thu, 12 Sep 2013 10:33:43 +0100 Subject: Add note about confirmation to login errors Just to make it obvious you need to click the confirmation link to set activate the password Fixes #124 --- src/js/strings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/js/strings.js') diff --git a/src/js/strings.js b/src/js/strings.js index 545795c..a421279 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -22,8 +22,8 @@ strings: { login_error: 'There was a problem logging you in. Please try again later.', logout_error: 'There was a problem logging you out. Please try again later.', - login_details_error: 'There was a problem logging you in. Please check your email and password', - password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option.', + login_details_error: 'There was a problem logging you in. Please check your email and password and that you have confirmed your password.', + password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option. Passwords are not activated until the link in the confirmation email is clicked.', search_placeholder: 'Search for a place or postcode', location_error: 'Location error', location_problem: 'There was a problem looking up your location.', -- cgit v1.2.3