aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/strings.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-09-12 10:33:43 +0100
committerStruan Donald <struan@exo.org.uk>2013-09-12 10:33:43 +0100
commit5a377f587d901d6808ecfcf317f615b1e40e184f (patch)
treec5a13ed4422d1872c2a47e13fced23851615eee3 /src/js/strings.js
parent1bf71c4edbd469291518e1afa7ba23ee70c19f31 (diff)
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
Diffstat (limited to 'src/js/strings.js')
-rw-r--r--src/js/strings.js4
1 files changed, 2 insertions, 2 deletions
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.',