Skip to content

Commit e63242b

Browse files
authored
Update OnboardingWelcomeVideo.tsx
1 parent c9369b0 commit e63242b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OnboardingWelcomeVideo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function OnboardingWelcomeVideo() {
1010
<FeatureTrainingModal
1111
title={translate('onboarding.welcomeVideo.title')}
1212
description={translate('onboarding.welcomeVideo.description')}
13-
confirmText={translate('footer.getStarted')}
13+
confirmText={translate('onboarding.getStarted')}
1414
videoURL={CONST.WELCOME_VIDEO_URL}
1515
/>
1616
);

0 commit comments

Comments
 (0)