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/views/offline.js | |
parent | 620af54bf3322e41be51571f6c2ec9a6180dafd0 (diff) |
Translate "Next" and "More details".
Fixes #231. Fixes #233.
Diffstat (limited to 'www/js/views/offline.js')
-rw-r--r-- | www/js/views/offline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/offline.js b/www/js/views/offline.js index 711f7d3..3c2f7af 100644 --- a/www/js/views/offline.js +++ b/www/js/views/offline.js @@ -90,7 +90,7 @@ that.model.set('file', file.toURL()); FMS.saveCurrentDraft(); - $('#photo-next-btn .ui-btn-text').text('Next'); + $('#photo-next-btn .ui-btn-text').text(FMS.strings.next); $('#display_photo').show(); $('#add_photo').hide(); }); |