diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-06 11:40:25 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-06 11:40:25 +0100 |
commit | fb5fefe53acea54e742b19f9f7f0a6bf80b89ace (patch) | |
tree | 0625e372559f848ea47c9b405de38739271d6f4f /www/js/strings.js | |
parent | d66c75606d44d2352e1704e517721bfab1978605 (diff) | |
parent | 71921a7ae6098bfb42451f8a4dee7dc4f45b28c5 (diff) |
Merge branch 'phonegap-jquery-mobile-new' of ssh://git.mysociety.org/data/git/public/fixmystreet into phonegap-jquery-mobile-new
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index 13b149f..08e2cd0 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -20,7 +20,9 @@ password: 'Please enter a password' }, strings: { - login_error: 'There was a problem logging you in. Please check your email and password', + 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', location_error: 'Location error', location_problem: 'There was a problem looking up your location', multiple_locations: 'More than one location matched that name', |