diff --git a/src/CONST.ts b/src/CONST.ts index 77ba49754269..0f712c2b5ed2 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -6374,7 +6374,7 @@ const CONST = { REORDERING_REACT_NATIVE_ACTIVITY_TO_FRONT: 'reorderingReactNativeActivityToFront', }, - MIGRTED_USER_WELCOME_MODAL: 'migratedUserWelcomeModal', + MIGRATED_USER_WELCOME_MODAL: 'migratedUserWelcomeModal', } as const; type Country = keyof typeof CONST.ALL_COUNTRIES; diff --git a/src/components/MigratedUserWelcomeModal.tsx b/src/components/MigratedUserWelcomeModal.tsx index e9f8646277c0..d097e3095298 100644 --- a/src/components/MigratedUserWelcomeModal.tsx +++ b/src/components/MigratedUserWelcomeModal.tsx @@ -45,7 +45,7 @@ function OnboardingWelcomeVideo() { confirmText={translate('migratedUserWelcomeModal.confirmText')} animation={LottieAnimations.WorkspacePlanet} onClose={() => { - Welcome.dismissProductTraining(CONST.MIGRTED_USER_WELCOME_MODAL); + Welcome.dismissProductTraining(CONST.MIGRATED_USER_WELCOME_MODAL); }} animationStyle={[styles.emptyWorkspaceIllustrationStyle]} animationInnerContainerStyle={[StyleUtils.getBackgroundColorStyle(LottieAnimations.WorkspacePlanet.backgroundColor), styles.cardSectionIllustration]}