[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,14 +94,9 @@ 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'
|
||||
) }
|
||||
</h2>
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
CYS - Update the subheading copy of the transitional page
|
Loading…
Reference in New Issue