From ab92fa13ffb1c2d96798e690a81aa3b50baf0dad Mon Sep 17 00:00:00 2001 From: Jeremy Pry Date: Fri, 27 Oct 2023 16:19:38 -0500 Subject: [PATCH] Mark not experimental, and update description --- .../woocommerce/src/Internal/Features/FeaturesController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce/src/Internal/Features/FeaturesController.php b/plugins/woocommerce/src/Internal/Features/FeaturesController.php index cc18c24e632..64451c673dc 100644 --- a/plugins/woocommerce/src/Internal/Features/FeaturesController.php +++ b/plugins/woocommerce/src/Internal/Features/FeaturesController.php @@ -213,14 +213,15 @@ class FeaturesController { 'is_legacy' => true, ), 'order_source_attribution' => array( - 'name' => __( 'Order Source Attribution (Beta)', 'woocommerce' ), + 'name' => __( 'Order Source Attribution', 'woocommerce' ), 'description' => __( - 'Enable this feature to track and credit channels and campaigns that contribute to orders on your site.', + 'Enable this feature to track and credit channels and campaigns that contribute to orders on your site. (Beta)', 'woocommerce' ), 'enabled_by_default' => true, 'disable_ui' => false, 'is_legacy' => true, + 'is_experimental' => false, ), );