From c15a4131ed1d1e064b55044a417635a870addb29 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 12 Oct 2023 15:52:48 +0100 Subject: [PATCH] update content --- app/views/form/guidance/_finding_location.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form/guidance/_finding_location.erb b/app/views/form/guidance/_finding_location.erb index 826b62daa..4107519b3 100644 --- a/app/views/form/guidance/_finding_location.erb +++ b/app/views/form/guidance/_finding_location.erb @@ -1,4 +1,4 @@ <%= govuk_details(summary_text: "What is a location?") do %>

A location is a postcode where supported housing is provided under a scheme. A scheme can have multiple locations, and a location can have multiple units at the same postcode.

-

<%= govuk_link_to("Read more about how schemes and locations", scheme_changes_path) %>

+

<%= govuk_link_to("Read more about schemes and locations", scheme_changes_path) %>

<% end %>