Commit aae0327f58f for woocommerce
commit aae0327f58f239b980f43ca65c62c38ec01f6ba8
Author: Jason Kytros <jason.kytros@automattic.com>
Date: Wed Sep 23 16:14:21 2026 +0300
Updated Klaviyo/Snapchat/Reddit descriptions in OBW (#68792)
* Updated Snapchat's description in OBW
* Updated copy for Klaviyo and Reddit
diff --git a/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php b/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php
index 220781be462..c8cb7afda57 100644
--- a/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php
+++ b/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php
@@ -567,7 +567,7 @@ class DefaultFreeExtensions {
'install_priority' => 7,
),
'klaviyo' => array(
- 'label' => __( 'Klaviyo', 'woocommerce' ),
+ 'label' => __( 'Boost sales with Klaviyo', 'woocommerce' ),
'image_url' => plugins_url( '/assets/images/onboarding/klaviyo.png', WC_PLUGIN_FILE ),
'description' => __( 'Grow and retain customers with email, SMS, automations, and a consolidated view of customer interactions.', 'woocommerce' ),
'learn_more_link' => 'https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures',
@@ -588,16 +588,16 @@ class DefaultFreeExtensions {
'install_priority' => 6,
),
'snapchat-for-woocommerce' => array(
- 'label' => __( 'Find New Customers with Snapchat Ads', 'woocommerce' ),
+ 'label' => __( 'Find new customers with Snapchat Ads', 'woocommerce' ),
'image_url' => plugins_url( '/assets/images/core-profiler/logo-snapchat.svg', WC_PLUGIN_FILE ),
- 'description' => __( 'Reach an untapped audience on Snapchat and drive more sales.', 'woocommerce' ),
+ 'description' => __( 'Reach an untapped audience on Snapchat and drive more sales', 'woocommerce' ),
'learn_more_link' => 'https://woocommerce.com/products/snapchat/?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures',
'install_priority' => 1,
),
'reddit-for-woocommerce' => array(
'label' => __( 'Find New Customers with Reddit Ads', 'woocommerce' ),
'image_url' => plugins_url( '/assets/images/core-profiler/logo-reddit.svg', WC_PLUGIN_FILE ),
- 'description' => __( 'Seamlessly sync your products and start Reddit Ads.', 'woocommerce' ),
+ 'description' => __( 'Seamlessly sync your products and start Reddit Ads', 'woocommerce' ),
'learn_more_link' => 'https://woocommerce.com/products/reddit/?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures',
'install_priority' => 1,
),