diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-14 12:57:52 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 12:50:07 +0000 |
commit | 5ffe5b967e91d0660e10c762b31bef678fe5acc6 (patch) | |
tree | b507d6c9ad30cc754c86edb4e4270d6f8ab01849 /web/cobrands/tfl/js.js | |
parent | 850e568e7ef3459f5bb1aba7d9d1fb374f3bede6 (diff) |
[TfL] Put councils_text above category dropdown.
Diffstat (limited to 'web/cobrands/tfl/js.js')
-rw-r--r-- | web/cobrands/tfl/js.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/tfl/js.js b/web/cobrands/tfl/js.js index 483e0d2ce..613c07231 100644 --- a/web/cobrands/tfl/js.js +++ b/web/cobrands/tfl/js.js @@ -1,5 +1,8 @@ (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>'; + $(function() { function update_category_group_label() { var group = $("#report_inspect_form select#category option:selected").closest("optgroup").attr('label'); |