[CYS - Core] Update the subheading copy of the transitional page (#44603)

* Update the subheading copy of the transitional page

* Add changelog
This commit is contained in:
Alba Rincón 2024-02-15 13:59:43 +01:00 committed by GitHub
parent b439a01cd5
commit c9fe049934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -94,15 +94,10 @@ export const Transitional = ( {
{ __( 'Your store looks great!', 'woocommerce' ) }
</h1>
<h2 className="woocommerce-customize-store__transitional-subheading">
{ 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'
) }
</h2>
<div className="woocommerce-customize-store__transitional-main-actions">

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
CYS - Update the subheading copy of the transitional page