diff --git a/app/views/schemes/support_services_provider.html.erb b/app/views/schemes/support_services_provider.html.erb index 5a1dae620..cf1891ef0 100644 --- a/app/views/schemes/support_services_provider.html.erb +++ b/app/views/schemes/support_services_provider.html.erb @@ -7,8 +7,6 @@ ) %> <% end %> -<%= render partial: "organisations/headings", locals: { main: "Which organisation provides the support services used by this scheme?", sub: nil } %> - <%= form_for(@scheme, method: :patch) do |f| %>
@@ -22,7 +20,7 @@ managing_org_answer_options, :id, :name, - label: { text: "Which organisation manages this scheme?", size: "m" }, + label: { text: "Which organisation provides the support services used by this scheme?", size: "m" }, options: { required: true }, "data-controller": %w[accessible-autocomplete conditional-filter] %>