From e5cff7f2a97abcab0d170784f7c6f552e6df7ff3 Mon Sep 17 00:00:00 2001 From: JG Date: Wed, 22 Jun 2022 11:37:22 +0100 Subject: [PATCH] correct name for details --- app/views/schemes/details.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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| %>