diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-27 16:44:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-30 15:57:51 +0000 |
commit | 26478eb507c00d4fa0066fd75e69f3be3dcafbd0 (patch) | |
tree | e5106eecceb8601640db5cd35d1aab521dd88f4b /web/cobrands/tfl/js.js | |
parent | 0cabb0b53615ade70e217e44804a9c2ca74867f1 (diff) |
Use nicer default photo upload message.
Diffstat (limited to 'web/cobrands/tfl/js.js')
-rw-r--r-- | web/cobrands/tfl/js.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/tfl/js.js b/web/cobrands/tfl/js.js index a217d3984..248162597 100644 --- a/web/cobrands/tfl/js.js +++ b/web/cobrands/tfl/js.js @@ -1,7 +1,6 @@ (function(){ translation_strings.name.validName = 'Please enter your full name, Transport for London needs this information – if you do not wish your name to be shown on the site, untick the box below'; -translation_strings.upload_default_message = 'Drag photo here to upload or <u>browse files</u>'; translation_strings.incident_date = { date: 'Enter a date in the format dd/mm/yyyy' }; translation_strings.time = 'Enter a time in the format hh:mm'; |