From aba3cf99a3c8ba98e6f8c44cef7e257445a2afd6 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sun, 1 Aug 2021 09:41:33 +0100 Subject: [PATCH] Fix address2 field --- app/views/split_checkout/_your_details.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/split_checkout/_your_details.html.haml b/app/views/split_checkout/_your_details.html.haml index 7c0e4fa336..def4ae8ba1 100644 --- a/app/views/split_checkout/_your_details.html.haml +++ b/app/views/split_checkout/_your_details.html.haml @@ -35,8 +35,8 @@ = f.error_message_on "bill_address.address1" %div.checkout-input - = f.label :address2, t("split_checkout.step1.billing_address.address2.label") - = f.text_field :address2, { placeholder: t("split_checkout.step1.billing_address.address2.placeholder") } + = bill_address.label :address2, t("split_checkout.step1.billing_address.address2.label") + = bill_address.text_field :address2, { placeholder: t("split_checkout.step1.billing_address.address2.placeholder") } = f.error_message_on "bill_address.address2" %div.checkout-input