diff --git a/app/views/schemes/details.html.erb b/app/views/schemes/details.html.erb index cd0ce1234..b59f4ce37 100644 --- a/app/views/schemes/details.html.erb +++ b/app/views/schemes/details.html.erb @@ -19,7 +19,7 @@ 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." } %> <%= f.govuk_check_boxes_fieldset :sensitive, - legend: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0, diff --git a/app/views/schemes/edit_name.html.erb b/app/views/schemes/edit_name.html.erb index e7a568147..6cd06d52f 100644 --- a/app/views/schemes/edit_name.html.erb +++ b/app/views/schemes/edit_name.html.erb @@ -19,7 +19,7 @@ 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." } %> <%= f.govuk_check_boxes_fieldset :sensitive, - legend: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0, diff --git a/app/views/schemes/new.html.erb b/app/views/schemes/new.html.erb index 63e60ae63..b58e461c0 100644 --- a/app/views/schemes/new.html.erb +++ b/app/views/schemes/new.html.erb @@ -21,7 +21,7 @@ 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: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0,