From 3f109e27726932caec529df519d2b889c8d36ecd Mon Sep 17 00:00:00 2001 From: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com> Date: Tue, 7 Dec 2021 17:23:33 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Paul Robert Lloyd --- app/views/organisations/edit.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/organisations/edit.html.erb b/app/views/organisations/edit.html.erb index a108ebc4c..43d8dab9a 100644 --- a/app/views/organisations/edit.html.erb +++ b/app/views/organisations/edit.html.erb @@ -19,12 +19,12 @@ %> <%= f.govuk_text_field :address_line1, - label: { text: "Address line 1 of 2", hidden: true },, + label: { text: "Address line 1" }, autocomplete: "address-line1" %> <%= f.govuk_text_field :address_line2, - label: { text: "Address line 2 of 2", hidden: true }, + label: { text: "Address line 2" }, autocomplete: "address-line2" %>