Commit cf804742dee for woocommerce
commit cf804742dee8265954e3a3db79cfe66347bb9776
Author: Tom Cafferkey <tjcafferkey@gmail.com>
Date: Thu Aug 6 11:30:43 2026 +0100
Update order withdrawal notice copy (#67432)
* Update order withdrawal notice copy
* Add changelog for order withdrawal notice copy
diff --git a/plugins/woocommerce/changelog/update-order-withdrawal-notice-copy b/plugins/woocommerce/changelog/update-order-withdrawal-notice-copy
new file mode 100644
index 00000000000..f071d15148e
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-order-withdrawal-notice-copy
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Tweak order withdrawal inbox notification copy.
diff --git a/plugins/woocommerce/src/Internal/OrderWithdrawal/OrderWithdrawalFeatureHighlightNotification.php b/plugins/woocommerce/src/Internal/OrderWithdrawal/OrderWithdrawalFeatureHighlightNotification.php
index 7346896b6f9..d563cce8f0e 100644
--- a/plugins/woocommerce/src/Internal/OrderWithdrawal/OrderWithdrawalFeatureHighlightNotification.php
+++ b/plugins/woocommerce/src/Internal/OrderWithdrawal/OrderWithdrawalFeatureHighlightNotification.php
@@ -106,7 +106,7 @@ final class OrderWithdrawalFeatureHighlightNotification implements RegisterHooks
);
$note->set_content(
__(
- 'Stores selling to EU countries may need to offer customers a way to withdraw from qualifying orders. WooCommerce includes an order withdrawal feature you can enable.',
+ 'Stores selling to EU countries may need to offer customers a way to withdraw from qualifying orders. Review how to enable the order withdrawal feature in the Advanced settings.',
'woocommerce'
)
);
@@ -116,7 +116,7 @@ final class OrderWithdrawalFeatureHighlightNotification implements RegisterHooks
$note->set_source( 'woocommerce-admin' );
$note->add_action(
'review-feature-settings',
- __( 'Review feature settings', 'woocommerce' ),
+ __( 'Get started', 'woocommerce' ),
admin_url( self::FEATURES_SETTINGS_URL ),
Note::E_WC_ADMIN_NOTE_ACTIONED,
true