diff options
-rw-r--r-- | templates/web/highwaysengland/report/new/inline-tips.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/highwaysengland/report/new/inline-tips.html b/templates/web/highwaysengland/report/new/inline-tips.html index 73f70a3d0..730b482e5 100644 --- a/templates/web/highwaysengland/report/new/inline-tips.html +++ b/templates/web/highwaysengland/report/new/inline-tips.html @@ -14,6 +14,6 @@ <option value="Highways England website"[% ' selected' IF 'Highways England website' == where_hear %]>Highways England website</option> <option value="Twitter"[% ' selected' IF 'Twitter' == where_hear %]>Twitter</option> <option value="Word of mouth"[% ' selected' IF 'Word of mouth' == where_hear %]>Word of mouth</option> -<option value="Through the post"[% ' selected' IF 'Through the post' == where_hear %]>Through the post</option> +<option value="Highways England correspondence"[% ' selected' IF 'Highways England correspondence' == where_hear %]>Highways England correspondence</option> <option value="Other"[% ' selected' IF 'Other' == where_hear %]>Other</option> </select> |