diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-09 09:57:44 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-09 09:57:44 +0100 |
commit | 188e270bbcc5acdd2ddb3698fede9d54cb71e352 (patch) | |
tree | 719568d54c0509660d6334a93722df2ef9935114 /src/js/strings.js | |
parent | 01ff7cee6f5ca50af60c8fd8e5f650d92eb16028 (diff) |
Do not hard code image uploading message
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 e0a7114..1c1131d 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -41,6 +41,7 @@ invalid_email: 'Invalid email', invalid_report: 'Invalid report', photo_failed: 'There was a problem taking your photo.', + photo_loading: 'Uploading images may take some time, please be patient', no_connection: 'No network connection available for submitting your report. Please try again later.', more_details: 'More details' } |