Commit adb023e338a for woocommerce

commit adb023e338a13c4acea1bd199ec24a5da1373ba1
Author: Tom Cafferkey <tjcafferkey@gmail.com>
Date:   Fri Aug 28 11:02:07 2026 +0100

    Fix order withdrawal form introductory text (#68124)

    * Fix order withdrawal form introductory text

    * Add changelog entry for order withdrawal copy fix

    * Bump order withdrawal template version

    * Correct version

diff --git a/plugins/woocommerce/changelog/fix-order-withdrawal-intro-copy b/plugins/woocommerce/changelog/fix-order-withdrawal-intro-copy
new file mode 100644
index 00000000000..707d51e3bfe
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-order-withdrawal-intro-copy
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Correct the introductory text on the order withdrawal form.
diff --git a/plugins/woocommerce/templates/myaccount/form-order-withdrawal.php b/plugins/woocommerce/templates/myaccount/form-order-withdrawal.php
index b0b53a082e6..b3892bf9f2a 100644
--- a/plugins/woocommerce/templates/myaccount/form-order-withdrawal.php
+++ b/plugins/woocommerce/templates/myaccount/form-order-withdrawal.php
@@ -102,7 +102,7 @@ $secondary_button_class = implode( ' ', array_merge( $button_classes, array( 'wo
 			</p>
 		</form>
 	<?php else : ?>
-		<p class="woocommerce-order-withdrawal-content__intro"><?php esc_html_e( 'Tell us you want to withdraw from an order placed on this store. You do not need to give a reason.', 'woocommerce' ); ?></p>
+		<p class="woocommerce-order-withdrawal-content__intro"><?php esc_html_e( 'Tell us if you want to withdraw from an order placed on this store. You do not need to give a reason.', 'woocommerce' ); ?></p>
 		<p class="woocommerce-order-withdrawal-content__note"><?php esc_html_e( 'Some items, like personalized products, may not be eligible. We review every request and reply by email.', 'woocommerce' ); ?></p>

 		<ol class="woocommerce-order-withdrawal-content__steps" aria-label="<?php esc_attr_e( 'Order withdrawal progress', 'woocommerce' ); ?>">