diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-15 16:59:51 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-15 16:59:51 +0100 |
commit | 9952d5525a11da5f16c913f4cc1a608dffe1cff2 (patch) | |
tree | 90dd5fbf66049895602d8a53d70c34e320d033c1 /www/js | |
parent | 1fd0245dd074b66e00715bbe6445c74c65dc6d9b (diff) |
use correct strings object
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/models/report.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/models/report.js b/www/js/models/report.js index 7028431..5d03e8e 100644 --- a/www/js/models/report.js +++ b/www/js/models/report.js @@ -97,7 +97,7 @@ var fileUploadFail = function() { $('#ajaxOverlay').hide(); - that.trigger('error', that, STRINGS.report_send_error, options); + that.trigger('error', that, FMS.strings.report_send_error, options); }; fileURI = model.get('file'); |