diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-09 14:52:56 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-09 14:52:56 +0100 |
commit | 0bd61cc264657a9881addb0539514670d850b635 (patch) | |
tree | 1dab7d68bdba52be64572b418bfe58cc1ac04bc8 /src/js/strings.js | |
parent | 188e270bbcc5acdd2ddb3698fede9d54cb71e352 (diff) |
Put in place timeout for file upload
A timeout mechanism that checks that the file is uploading and
if not then bails out, and even if it is bails out after 2 minutes
Fixes #87
Diffstat (limited to 'src/js/strings.js')
-rw-r--r-- | src/js/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/strings.js b/src/js/strings.js index 1c1131d..1036729 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -42,6 +42,7 @@ invalid_report: 'Invalid report', photo_failed: 'There was a problem taking your photo.', photo_loading: 'Uploading images may take some time, please be patient', + upload_aborted: 'There was a problem uploading your report.', no_connection: 'No network connection available for submitting your report. Please try again later.', more_details: 'More details' } |