diff --git a/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx b/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx index f76b52a2b48..aaac895ee84 100644 --- a/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx +++ b/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx @@ -94,15 +94,10 @@ export const Transitional = ( { { __( 'Your store looks great!', 'woocommerce' ) }

- { isWooExpress - ? __( - "You're one step closer to launching your online business — we can't wait to see it come to life.", - 'woocommerce' - ) - : __( - 'Your store is a reflection of your unique style and personality, and we are thrilled to see it come to life.', - 'woocommerce' - ) } + { __( + "You're one step closer to launching your online business — we can't wait to see it come to life.", + 'woocommerce' + ) }

diff --git a/plugins/woocommerce/changelog/44602-update-transitional-copy b/plugins/woocommerce/changelog/44602-update-transitional-copy new file mode 100644 index 00000000000..400595a9103 --- /dev/null +++ b/plugins/woocommerce/changelog/44602-update-transitional-copy @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +CYS - Update the subheading copy of the transitional page