From 893105d638a3c55436af484d93b5c6b32b398240 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 11 Jul 2022 11:40:57 +0100 Subject: [PATCH] Update hint text for scheme name --- app/views/schemes/details.html.erb | 2 +- app/views/schemes/edit_name.html.erb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/schemes/details.html.erb b/app/views/schemes/details.html.erb index b59f4ce37..9e0998204 100644 --- a/app/views/schemes/details.html.erb +++ b/app/views/schemes/details.html.erb @@ -16,7 +16,7 @@ <%= f.govuk_text_field :service_name, label: { text: "Scheme name", size: "m" }, - hint: { text: "This is how you’ll refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> + hint: { text: "This is how you refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> <%= f.govuk_check_boxes_fieldset :sensitive, legend: nil do %> diff --git a/app/views/schemes/edit_name.html.erb b/app/views/schemes/edit_name.html.erb index d967c24a2..0d04a7703 100644 --- a/app/views/schemes/edit_name.html.erb +++ b/app/views/schemes/edit_name.html.erb @@ -16,7 +16,7 @@ <%= f.govuk_text_field :service_name, label: { text: "Scheme name", size: "m" }, - hint: { text: "This is how you’ll refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> + hint: { text: "This is how you refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> <%= f.govuk_check_boxes_fieldset :sensitive, legend: nil do %> @@ -29,7 +29,6 @@ <% end %> <% organisations = Organisation.all.map { |org| OpenStruct.new(id: org.id, name: org.name) } %> - <% if current_user.support? %> <%= f.govuk_collection_select :owning_organisation_id, organisations,