[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:
parent
b439a01cd5
commit
c9fe049934
|
@ -94,15 +94,10 @@ export const Transitional = ( {
|
||||||
{ __( 'Your store looks great!', 'woocommerce' ) }
|
{ __( 'Your store looks great!', 'woocommerce' ) }
|
||||||
</h1>
|
</h1>
|
||||||
<h2 className="woocommerce-customize-store__transitional-subheading">
|
<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.",
|
||||||
"You're one step closer to launching your online business — we can't wait to see it come to life.",
|
'woocommerce'
|
||||||
'woocommerce'
|
) }
|
||||||
)
|
|
||||||
: __(
|
|
||||||
'Your store is a reflection of your unique style and personality, and we are thrilled to see it come to life.',
|
|
||||||
'woocommerce'
|
|
||||||
) }
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="woocommerce-customize-store__transitional-main-actions">
|
<div className="woocommerce-customize-store__transitional-main-actions">
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
CYS - Update the subheading copy of the transitional page
|
Loading…
Reference in New Issue