Change i18n key on first step

Delivery address --> shipping info
This commit is contained in:
Jean-Baptiste Bellet
2022-05-11 10:10:01 +02:00
parent bfc3e385ba
commit d942adcdd0
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
%div.checkout-substep{ "data-controller": "toggle shippingmethod" }
- selected_shipping_method = @order.shipping_method&.id || params[:shipping_method_id]
%div.checkout-title
= t("split_checkout.step1.delivery_address.title")
= t("split_checkout.step1.shipping_info.title")
- display_ship_address = false
- ship_method_description = nil

View File

@@ -43,7 +43,7 @@
%div.summary
%span.summary-label
= t("split_checkout.step1.delivery_address.title")
= t("split_checkout.step1.shipping_info.title")
%span.summary-value
= @order.shipping_method.name
%div.summary-description

View File

@@ -1828,8 +1828,8 @@ en:
placeholder: e.g. SW11 3QN
country_id:
label: Country
delivery_address:
title: Delivery address
shipping_info:
title: Shipping info
submit: Next - Payment method
cancel: Back to Edit basket
step2: