diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-05 15:32:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-05 15:32:18 +0100 |
commit | 804051af2b61de0052679c6ac92a263bff097555 (patch) | |
tree | 9bba0ccdd9112f5c62854fbd48868977f9ce350c /www/js/strings.js | |
parent | 620af54bf3322e41be51571f6c2ec9a6180dafd0 (diff) |
Translate "Next" and "More details".
Fixes #231. Fixes #233.
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 9cb6ae0..3fdab41 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -20,6 +20,7 @@ password: 'Please enter a password' }, strings: { + next: 'Next', 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 and that you have confirmed your password.', |