Browse Source

Fix label text for profit status question in forms

CLDC-3857-Add-new-questions-to-organisation-setup
Manny Dinssa 3 days ago
parent
commit
c59465f790
  1. 2
      app/views/organisations/edit.html.erb
  2. 2
      app/views/organisations/new.html.erb

2
app/views/organisations/edit.html.erb

@ -56,7 +56,7 @@
profit_status_options(@organisation.provider_type), profit_status_options(@organisation.provider_type),
:id, :id,
:name, :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 || "" } %> options: { disabled: [""], selected: @organisation.profit_status || "" } %>
<% end %> <% end %>

2
app/views/organisations/new.html.erb

@ -80,7 +80,7 @@
profit_status_options, profit_status_options,
:id, :id,
:name, :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 || "" } %> options: { disabled: [""], selected: @organisation.profit_status || "" } %>
<%= f.govuk_check_boxes_fieldset :rent_periods, <%= f.govuk_check_boxes_fieldset :rent_periods,

Loading…
Cancel
Save