Browse Source

Fix typo

pull/644/head
baarkerlounger 3 years ago
parent
commit
580368dcd4
  1. 2
      app/views/organisations/new.html.erb

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

@ -57,7 +57,7 @@
[OpenStruct.new(id: true, name: "Yes"), OpenStruct.new(id: false, name: "No")], [OpenStruct.new(id: true, name: "Yes"), OpenStruct.new(id: false, name: "No")],
:id, :id,
:name, :name,
legend: { text: "Does the organisation hold it's own stock?", size: "m" } %> legend: { text: "Does the organisation hold its own stock?", size: "m" } %>
<%= f.govuk_submit "Create organisation" %> <%= f.govuk_submit "Create organisation" %>
</div> </div>

Loading…
Cancel
Save