Merge pull request #9173 from jibees/9172-change-i18n-key-from-delivery-address-to-shipping-info

Split Checkout: Change i18n key on first step from delivery address to shipping info
This commit is contained in:
Maikel
2022-05-12 10:36:18 +10:00
committed by GitHub
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: