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 %>