From 46f908c7135bf07a7cefe739590dc91e66783ad9 Mon Sep 17 00:00:00 2001 From: Ian Ramos <5714212+IanRamosC@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:16:26 -0300 Subject: [PATCH] Fix sentences --- .../my-jetpack/_inc/components/welcome-flow/LoadingStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/packages/my-jetpack/_inc/components/welcome-flow/LoadingStep.tsx b/projects/packages/my-jetpack/_inc/components/welcome-flow/LoadingStep.tsx index fd60045a66729..f7b875c8e09ee 100644 --- a/projects/packages/my-jetpack/_inc/components/welcome-flow/LoadingStep.tsx +++ b/projects/packages/my-jetpack/_inc/components/welcome-flow/LoadingStep.tsx @@ -48,7 +48,7 @@ const LoadingStep = ( { type }: LoadingStepProps ) => { /* translators: %s: is an emoji 🎉 */ const connectionReadyTitle = __( 'Jetpack is connected %s', 'jetpack-my-jetpack' ); const connectionReadyDescription = __( - 'Youre connected and ready to fly!', + 'You’re connected and ready to fly!', 'jetpack-my-jetpack' ); @@ -82,7 +82,7 @@ const LoadingStep = ( { type }: LoadingStepProps ) => { { __( - 'We‘re crunching the numbers to find the Jetpack tools that are the best match for your site.', + 'We’re crunching the numbers to find the Jetpack tools that are the best match for your site.', 'jetpack-my-jetpack' ) }