diff --git a/app/views/schemes/details.html.erb b/app/views/schemes/details.html.erb index 84a1ca9f5..d3c251e6b 100644 --- a/app/views/schemes/details.html.erb +++ b/app/views/schemes/details.html.erb @@ -1,4 +1,4 @@ -<% content_for :title, "Scheme details" %> +<% content_for :title, "Create a new supported housing scheme" %> <% content_for :before_content do %> <%= govuk_back_link( @@ -7,7 +7,7 @@ ) %> <% end %> -<%= render partial: "organisations/headings", locals: { main: "Scheme details", sub: @scheme.service_name } %> +<%= render partial: "organisations/headings", locals: { main: "Create a new supported housing scheme", sub: nil } %> <%= form_for(@scheme, method: :patch, url: @path) do |f| %>