From 3f5bb2fc45cfe8eca08175e73d2acdd82f69d32b Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 12 Jul 2022 13:36:24 +0100 Subject: [PATCH] Just page title --- app/views/locations/edit_name.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %>