Commit 15291e53842 for woocommerce
commit 15291e53842766ca5c658c3e4e8b75fe7a45e598
Author: Cem Ünalan <raicem@users.noreply.github.com>
Date: Mon Sep 14 15:04:15 2026 +0300
Fix missing space in the Marketplace Themes tab theme directory copy (#68694)
* Fix the theme directory copy running two sentences together
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* Add a comment-only changelog entry for the theme directory copy fix
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
diff --git a/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing b/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing
new file mode 100644
index 00000000000..ae3596a5d98
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-marketplace-theme-directory-copy-spacing
@@ -0,0 +1,3 @@
+Significance: patch
+Type: dev
+Comment: Restore a missing space in the Marketplace Themes tab copy; too small for a release note.
diff --git a/plugins/woocommerce/client/admin/client/marketplace/components/products/products.tsx b/plugins/woocommerce/client/admin/client/marketplace/components/products/products.tsx
index 1298bf56973..84891dd09cd 100644
--- a/plugins/woocommerce/client/admin/client/marketplace/components/products/products.tsx
+++ b/plugins/woocommerce/client/admin/client/marketplace/components/products/products.tsx
@@ -153,7 +153,7 @@ export default function Products( props: ProductsProps ) {
>
<b key="wp-theme-directory-heading">
{ __( 'Didn’t find a theme you like?', 'woocommerce' ) }
- </b>
+ </b>{ ' ' }
<span key="wp-theme-directory-copy">
{ createInterpolateElement(
__(