aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/offline.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-13 09:36:22 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-13 09:36:22 +0100
commit80c0d00332edf4d30c80e07d877d9d872cf733f7 (patch)
tree2d8a9cd32eed49914afb46bd16315f7f2312cf35 /www/js/views/offline.js
parentaa694e3ca96cccebfe6c594a0ea15b997964fb64 (diff)
parentaa1d6f8a74e44f82ad874dd5b2b24c2772deec9a (diff)
Merge branch 'translation-fixes'master
Diffstat (limited to 'www/js/views/offline.js')
-rw-r--r--www/js/views/offline.js2
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();
});