diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-18 16:22:35 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-18 16:22:35 +0100 |
commit | 74320342c0e5e99b71da71228030bfd05fc22336 (patch) | |
tree | 07dcb2b545342d4066beddbc15aa95fed9376e84 /www/js/strings.js | |
parent | f62c9d26858409cdcebe929111facfa0096f6712 (diff) |
replace password error message with non website specific one. Fixes #447
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index 08e2cd0..5fed1d2 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -23,6 +23,7 @@ login_error: 'There was a problem logging you in. Please try later', logout_error: 'There was a problem logging you out. Please try 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', location_error: 'Location error', location_problem: 'There was a problem looking up your location', multiple_locations: 'More than one location matched that name', |