diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-04 16:42:32 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-04 16:42:32 +0000 |
commit | 7c160f9607dfbb05110720cb7b529fe6bfe9175c (patch) | |
tree | 2e1f483fe1a2b442c8243f349eed5772675b9c07 /www/js | |
parent | e2be4737219f64ee56bc65044165f88a06bb75e3 (diff) |
use the FMS.strings object rather than STRINGS
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 4346249..54c7ad9 100644 --- a/www/js/models/report.js +++ b/www/js/models/report.js @@ -147,7 +147,7 @@ } }, error: function (data, status, errorThrown ) { - console.log(STRINGS.report_send_error); + console.log(FMS.strings.report_send_error); options.error( data ); } } ); |