diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-18 16:49:58 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-18 16:49:58 +0100 |
commit | 486a11cb41f0a938d6338b56531c6fe5d73c378c (patch) | |
tree | 7bcfbfa8da03f66731ee794fb50f40e80c3cfaa9 /www/js/strings.js | |
parent | 87e23ed72191aa9b3ce94cd511872df96842a089 (diff) |
move hardcoded string into strings list
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index 5fed1d2..6ef6f54 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -36,6 +36,7 @@ select_category: '-- Pick a categoy --', required: 'required', invalid_email: 'Invalid email', + invalid_report: 'Invalid report', photo_failed: 'There was a problem taking your photo', no_connection: 'No network connection available for submitting your report. Please try again later', more_details: 'More details' |