diff options
author | Dave Arter <davea@mysociety.org> | 2020-02-06 18:47:07 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-02-06 18:47:07 +0000 |
commit | 6749d9d5cdebe8f85b486b5e957ec83fd592bed1 (patch) | |
tree | 0f1faf09552f067fef25567d73c3ad66fa50297a /templates | |
parent | 1219fb5d8546a0567afdc49b271a8bcfc0e34631 (diff) |
[Northamptonshire] Update front page steps text
For https://github.com/mysociety/fixmystreet-freshdesk/issues/119
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/northamptonshire/index-steps.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/northamptonshire/index-steps.html b/templates/web/northamptonshire/index-steps.html index 99d11f7e8..6ee7b96b3 100644 --- a/templates/web/northamptonshire/index-steps.html +++ b/templates/web/northamptonshire/index-steps.html @@ -3,12 +3,12 @@ <ol class="big-numbers"> <li>[% question %]</li> <li>[% loc('Locate the problem on a map of the area') %]</li> - <li>[% loc('Enter details of the problem') %]</li> - <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> <li> + Enter details of the problem.<br> Please enter a single problem per enquiry.<br> The first item described will be taken as the enquiry </li> + <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> </ol> <section class="full-width"> |