Fix typo (index.tsx) (#49233)
* Fix typo (index.tsx) "Congratuations" -> "Congratulations" * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: Paul Sealock <psealock@gmail.com> Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
c16b5e578b
commit
2a90d1e06b
|
@ -93,7 +93,7 @@ export const Transitional = ( {
|
|||
<h2 className="woocommerce-customize-store__transitional-subheading">
|
||||
{ isEntrepreneurFlow()
|
||||
? __(
|
||||
"Congratuations! You've successfully designed your store. Now you can go back to the Home screen to complete your store setup and start selling.",
|
||||
"Congratulations! You've successfully designed your store. Now you can go back to the Home screen to complete your store setup and start selling.",
|
||||
'woocommerce'
|
||||
)
|
||||
: __(
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Fix typo on Congratulations screen
|
Loading…
Reference in New Issue