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 /templates/strings.js | |
parent | 620af54bf3322e41be51571f6c2ec9a6180dafd0 (diff) |
Translate "Next" and "More details".
Fixes #231. Fixes #233.
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/strings.js b/templates/strings.js index f7866ad..aac7650 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -20,6 +20,7 @@ password: '[% loc('Please enter a password') %]' }, strings: { + next: '[% loc('Next') %]', login_error: '[% loc('There was a problem logging you in. Please try again later.') %]', logout_error: '[% loc('There was a problem logging you out. Please try again later.') %]', login_details_error: '[% loc('There was a problem logging you in. Please check your email and password and that you have confirmed your password.') %]', |