diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd75c4197..f61e336cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Update 'Ship to' copy for multi address orders [#2655](https://github.com/bigcommerce/cornerstone/pull/2655) - Fixed typo in category page reset-filters live region handler [#2643](https://github.com/bigcommerce/cornerstone/pull/2643) - Swap content/data keys in onProductOptionsChanged event detail [#2640](https://github.com/bigcommerce/cornerstone/pull/2640) - Fix shipment info showing for cancelled orders [#2654](https://github.com/bigcommerce/cornerstone/pull/2654) diff --git a/lang/en.json b/lang/en.json index d7c996e1ad..6234f8b366 100755 --- a/lang/en.json +++ b/lang/en.json @@ -360,7 +360,7 @@ "heading": "Order #{number}", "order_contents": "Order Contents", "ship_to": "Ship To", - "ship_to_multi": "Items shipped to {street}, {city}, {state}, {zip}, {country}", + "ship_to_multi": "Ship to {street}, {city}, {state}, {zip}, {country}", "ship_to_multi_text": "Order will be shipped to multiple addresses", "pickup_details": "Pickup Details", "bill_to": "Bill To", diff --git a/templates/components/account/order-contents.html b/templates/components/account/order-contents.html index 411e9e0e4b..7004f4f55d 100644 --- a/templates/components/account/order-contents.html +++ b/templates/components/account/order-contents.html @@ -2,17 +2,13 @@