From 2a90d1e06b0c0772994fd8aca09635842edd6377 Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Thu, 11 Jul 2024 11:24:11 +0800 Subject: [PATCH] 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 Co-authored-by: github-actions --- .../client/customize-store/transitional/index.tsx | 2 +- plugins/woocommerce/changelog/49233-patch-1 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/49233-patch-1 diff --git a/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx b/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx index 45d87af4cdf..e4516016bad 100644 --- a/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx +++ b/plugins/woocommerce-admin/client/customize-store/transitional/index.tsx @@ -93,7 +93,7 @@ export const Transitional = ( {

{ 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' ) : __( diff --git a/plugins/woocommerce/changelog/49233-patch-1 b/plugins/woocommerce/changelog/49233-patch-1 new file mode 100644 index 00000000000..7d35dd65760 --- /dev/null +++ b/plugins/woocommerce/changelog/49233-patch-1 @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +Fix typo on Congratulations screen \ No newline at end of file