From 580368dcd4cb57e223e398c54204092f7470ddde Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 6 Jun 2022 17:00:51 +0100 Subject: [PATCH] Fix typo --- app/views/organisations/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %>