From c74015c5cb4c84af8accde4c9f00214ec1e62de5 Mon Sep 17 00:00:00 2001 From: RJ <27843274+rjchow@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:24:17 +1000 Subject: [PATCH] add/shipstation global copy (#48549) * add: updated shipstation copy to reflect global presence * changelogs --- .../add-update-shipping-specs-shipstation-copy | 4 ++++ .../tests/fixtures/shipping-partner-suggestions.json | 8 ++++---- .../changelog/add-update-shipstation-global-copy | 4 ++++ .../DefaultShippingPartners.php | 10 +++++----- 4 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy create mode 100644 plugins/woocommerce/changelog/add-update-shipstation-global-copy diff --git a/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy b/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy new file mode 100644 index 00000000000..253ad9a432c --- /dev/null +++ b/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy @@ -0,0 +1,4 @@ +Significance: patch +Type: add + +Updated shipstation copy diff --git a/packages/php/remote-specs-validation/tests/fixtures/shipping-partner-suggestions.json b/packages/php/remote-specs-validation/tests/fixtures/shipping-partner-suggestions.json index fd9b1a347c7..965676f2b70 100644 --- a/packages/php/remote-specs-validation/tests/fixtures/shipping-partner-suggestions.json +++ b/packages/php/remote-specs-validation/tests/fixtures/shipping-partner-suggestions.json @@ -33,19 +33,19 @@ }, { "icon": "https://woocommerce.com/wp-content/plugins/wccom-plugins/shipping-partner-suggestions/images/check.svg", - "description": "Shop for the best rates, in real-time" + "description": "Sync all your selling channels in one place" }, { "icon": "https://woocommerce.com/wp-content/plugins/wccom-plugins/shipping-partner-suggestions/images/check.svg", - "description": "Connect selling channels easily" + "description": "Advanced automated workflows and customs" }, { "icon": "https://woocommerce.com/wp-content/plugins/wccom-plugins/shipping-partner-suggestions/images/check.svg", - "description": "Advance automated workflows" + "description": "Instantly send tracking to your customers" }, { "icon": "https://woocommerce.com/wp-content/plugins/wccom-plugins/shipping-partner-suggestions/images/check.svg", - "description": "30-days free trial" + "description": "30-day free trial" } ] }, diff --git a/plugins/woocommerce/changelog/add-update-shipstation-global-copy b/plugins/woocommerce/changelog/add-update-shipstation-global-copy new file mode 100644 index 00000000000..253ad9a432c --- /dev/null +++ b/plugins/woocommerce/changelog/add-update-shipstation-global-copy @@ -0,0 +1,4 @@ +Significance: patch +Type: add + +Updated shipstation copy diff --git a/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php b/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php index 18f1bc1bc76..c4fdf2e0b1c 100644 --- a/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php +++ b/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php @@ -59,28 +59,28 @@ class DefaultShippingPartners { array( 'icon' => $check_icon, 'description' => __( - 'Print labels from Royal Mail, Parcel Force, DPD, and many more', + 'Discounted labels from top global carriers', 'woocommerce' ), ), array( 'icon' => $check_icon, 'description' => __( - 'Shop for the best rates, in real-time', + 'Sync all your selling channels in one place', 'woocommerce' ), ), array( 'icon' => $check_icon, - 'description' => __( 'Connect selling channels easily', 'woocommerce' ), + 'description' => __( 'Advanced automated workflows and customs', 'woocommerce' ), ), array( 'icon' => $check_icon, - 'description' => __( 'Advance automated workflows', 'woocommerce' ), + 'description' => __( 'Instantly send tracking to your customers', 'woocommerce' ), ), array( 'icon' => $check_icon, - 'description' => __( '30-days free trial', 'woocommerce' ), + 'description' => __( '30-day free trial', 'woocommerce' ), ), ), ),