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 /templates/strings.js | |
parent | 01ff7cee6f5ca50af60c8fd8e5f650d92eb16028 (diff) |
Do not hard code image uploading message
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/strings.js b/templates/strings.js index ad0b631..00154ee 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -41,6 +41,7 @@ invalid_email: '[% loc('Invalid email') %]', invalid_report: '[% loc('Invalid report') %]', photo_failed: '[% loc('There was a problem taking your photo.') %]', + photo_loading: '[% loc('Uploading images may take some time, please be patient') %]', no_connection: '[% loc('No network connection available for submitting your report. Please try again later.') %]', more_details: '[% loc('More details') %]' } |