add/shipstation global copy (#48549)

* add: updated shipstation copy to reflect global presence

* changelogs
This commit is contained in:
RJ 2024-06-19 12:24:17 +10:00 committed by GitHub
parent 972ed9eee7
commit c74015c5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 9 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: add
Updated shipstation copy

View File

@ -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"
}
]
},

View File

@ -0,0 +1,4 @@
Significance: patch
Type: add
Updated shipstation copy

View File

@ -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' ),
),
),
),