diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-24 17:18:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-24 17:28:48 +0100 |
commit | 7ff0eea0c8a535ae0375fe1ad0810436b5051ca2 (patch) | |
tree | 58c115a77e0c4c3947e74a66fd15c614d8368273 /www/js/strings.js | |
parent | 66201193499c7c7359e4614a4215b190146ea3e3 (diff) |
basic login page and link from map screen
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 f1a1aa2..13b149f 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -20,6 +20,7 @@ password: 'Please enter a password' }, strings: { + login_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', |