diff --git a/app/views/organisations/edit.html.erb b/app/views/organisations/edit.html.erb index c6649a30a..15a660966 100644 --- a/app/views/organisations/edit.html.erb +++ b/app/views/organisations/edit.html.erb @@ -56,7 +56,7 @@ profit_status_options(@organisation.provider_type), :id, :name, - label: { text: "Is the organisation for-profit?", size: "m" }, + label: { text: "Is the organisation for profit?", size: "m" }, options: { disabled: [""], selected: @organisation.profit_status || "" } %> <% end %> diff --git a/app/views/organisations/new.html.erb b/app/views/organisations/new.html.erb index d5aa33164..9752155ac 100644 --- a/app/views/organisations/new.html.erb +++ b/app/views/organisations/new.html.erb @@ -80,7 +80,7 @@ profit_status_options, :id, :name, - label: { text: "Is the organisation for-profit?", size: "m" }, + label: { text: "Is the organisation for profit?", size: "m" }, options: { disabled: [""], selected: @organisation.profit_status || "" } %> <%= f.govuk_check_boxes_fieldset :rent_periods,