From 37f359542e5f5ea001fd1a2f91c5dd408ba3f793 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 11 Jan 2023 10:59:33 +0100 Subject: [PATCH] Remove bold on firstname+lastname --- app/views/split_checkout/_summary.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/split_checkout/_summary.html.haml b/app/views/split_checkout/_summary.html.haml index 277760b31b..78d3189fa8 100644 --- a/app/views/split_checkout/_summary.html.haml +++ b/app/views/split_checkout/_summary.html.haml @@ -13,7 +13,7 @@ %div .summary-subtitle = t("split_checkout.step3.delivery_details.address") - %strong + %span = @order.bill_address.firstname = @order.bill_address.lastname %div