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:
Caleb Mazalevskis 2024-07-11 11:24:11 +08:00 committed by GitHub
parent c16b5e578b
commit 2a90d1e06b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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'
)
: __(

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Fix typo on Congratulations screen