From f9a5553a431cffcddfdbd67d0ff50a546b99be09 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 25 Jan 2024 11:16:24 +0000 Subject: [PATCH] CLDC-3128: Add owning org hint to finding scheme help text (#2156) --- app/views/form/guidance/_finding_scheme.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/form/guidance/_finding_scheme.erb b/app/views/form/guidance/_finding_scheme.erb index 8179ec6f0..d2dea2202 100644 --- a/app/views/form/guidance/_finding_scheme.erb +++ b/app/views/form/guidance/_finding_scheme.erb @@ -1,4 +1,5 @@ <%= govuk_details(summary_text: "Can’t find your scheme?") do %> +

Schemes are attached to the organisation that owns the property. Check you have correctly answered question 1 "Which organisation owns this property?"

If your organisation’s schemes were migrated from old CORE, they may have new names and codes. Search by postcode to find your scheme.

<%= govuk_link_to("View your organisation’s schemes", schemes_path) %>

<%= govuk_link_to("Read more about how schemes have changed", scheme_changes_path) %>