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