diff --git a/app/views/locations/edit_name.html.erb b/app/views/locations/edit_name.html.erb index 964910d04..0bc469a94 100644 --- a/app/views/locations/edit_name.html.erb +++ b/app/views/locations/edit_name.html.erb @@ -15,7 +15,7 @@ <%= f.govuk_error_summary %> <%= f.govuk_text_field :name, - label: { text: "Location name", size: "m" }, + label: { hidden: true }, hint: { text: "This is how you refer to this location within your organisation" } %> <%= f.hidden_field :page, value: "edit-name" %>