diff --git a/app/views/organisations/new.html.erb b/app/views/organisations/new.html.erb index 39d372528..746c7770d 100644 --- a/app/views/organisations/new.html.erb +++ b/app/views/organisations/new.html.erb @@ -57,7 +57,7 @@ [OpenStruct.new(id: true, name: "Yes"), OpenStruct.new(id: false, name: "No")], :id, :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" %>