From e7aa19c95dbdfd010b29ce934c770c3ac6eb8a35 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Sat, 15 Jan 2022 19:43:57 +0000 Subject: [PATCH] Fixes translation/rendering inconsistency on Country label(step 3) --- app/views/split_checkout/_summary_address.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/split_checkout/_summary_address.html.haml b/app/views/split_checkout/_summary_address.html.haml index 23dd9ad5fa..4a717a899d 100644 --- a/app/views/split_checkout/_summary_address.html.haml +++ b/app/views/split_checkout/_summary_address.html.haml @@ -31,6 +31,6 @@ %div.summary %span.summary-label - = t("split_checkout.step1.billing_address.country.label") + = t("split_checkout.step1.address.country_id.label") %span.summary-value = address.country