Skip to content

Commit

Permalink
Update OnboardingWelcomeVideo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LLPeckham authored Jun 20, 2024
1 parent c9369b0 commit e63242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OnboardingWelcomeVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function OnboardingWelcomeVideo() {
<FeatureTrainingModal
title={translate('onboarding.welcomeVideo.title')}
description={translate('onboarding.welcomeVideo.description')}
confirmText={translate('footer.getStarted')}
confirmText={translate('onboarding.getStarted')}
videoURL={CONST.WELCOME_VIDEO_URL}
/>
);
Expand Down

0 comments on commit e63242b

Please sign in to comment.