Commit b20deb64834 for woocommerce

commit b20deb64834915d302df904ffa6e2adba0c53ff6
Author: Peter Petrov <peter.petrov89@gmail.com>
Date:   Wed Aug 26 16:07:12 2026 +0300

    Fix Analytics historical data copy referencing WooCommerce Admin (#67723)

    * Fix Analytics historical data copy referencing WooCommerce Admin

    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

    * Fix changelog

    ---------

    Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

diff --git a/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy b/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy
new file mode 100644
index 00000000000..5ecbdc0bdbd
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-67169-historical-data-description-copy
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Update the Import historical data description in Analytics settings to stop referencing activating WooCommerce Admin.
diff --git a/plugins/woocommerce/client/admin/client/analytics/settings/historical-data/layout.js b/plugins/woocommerce/client/admin/client/analytics/settings/historical-data/layout.js
index d42bd3a8f2f..8e49bc539d4 100644
--- a/plugins/woocommerce/client/admin/client/analytics/settings/historical-data/layout.js
+++ b/plugins/woocommerce/client/admin/client/analytics/settings/historical-data/layout.js
@@ -50,7 +50,7 @@ class HistoricalDataLayout extends Component {
 							<span className="woocommerce-setting__help">
 								{ __(
 									'This tool populates historical analytics data by processing customers ' +
-										'and orders created prior to activating WooCommerce Admin.',
+										'and orders created before Analytics started recording data.',
 									'woocommerce'
 								) }
 							</span>