diff options
-rw-r--r-- | templates/web/northamptonshire/report/new/roads_message.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/northamptonshire/report/new/roads_message.html b/templates/web/northamptonshire/report/new/roads_message.html index 06244b36e..0394a9c5c 100644 --- a/templates/web/northamptonshire/report/new/roads_message.html +++ b/templates/web/northamptonshire/report/new/roads_message.html @@ -3,7 +3,8 @@ <p>Please select <span class="js-roads-asset" data-original="an item">an item</span> from the map on which to make a report.</p> </div> <div id="js-not-a-road" class="hidden js-responsibility-message"> - <p>The location you have selected doesn't appear to be on <span class="js-roads-asset" data-original="a road">a road</span>.</p> - <p>Please select <span class="js-roads-asset" data-original="a road">a road</span> on which to make a report.</p> + <p>This area is not under the responsibility of Northamptonshire + County Council and therefore we are unable to accept reports in + this area / street.</p> </div> </div> |