From 0f3fc15309663cd5c6e2a0f2e2877b4ae0bb066b Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 17 Oct 2023 08:29:03 +0100 Subject: [PATCH] remove full stop --- app/views/form/guidance/_finding_scheme.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form/guidance/_finding_scheme.erb b/app/views/form/guidance/_finding_scheme.erb index 698019e18..8179ec6f0 100644 --- a/app/views/form/guidance/_finding_scheme.erb +++ b/app/views/form/guidance/_finding_scheme.erb @@ -1,5 +1,5 @@ <%= govuk_details(summary_text: "Can’t find your scheme?") do %>

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("View your organisation’s schemes", schemes_path) %>

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

<% end %>