diff --git a/CHANGELOG.md b/CHANGELOG.md index c05a59beca..f4f381aea6 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 shipping message for order page [#2647](https://github.com/bigcommerce/cornerstone/pull/2647) ## 6.19.1 (04-09-2026) - Update stencil-utils versionto 6.23.0 [#2638](https://github.com/bigcommerce/cornerstone/pull/2638) 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 7f7cc345d9..a48685bd01 100644 --- a/templates/components/account/order-contents.html +++ b/templates/components/account/order-contents.html @@ -2,15 +2,13 @@