We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9369b0 commit e63242bCopy full SHA for e63242b
src/components/OnboardingWelcomeVideo.tsx
@@ -10,7 +10,7 @@ function OnboardingWelcomeVideo() {
10
<FeatureTrainingModal
11
title={translate('onboarding.welcomeVideo.title')}
12
description={translate('onboarding.welcomeVideo.description')}
13
- confirmText={translate('footer.getStarted')}
+ confirmText={translate('onboarding.getStarted')}
14
videoURL={CONST.WELCOME_VIDEO_URL}
15
/>
16
);
0 commit comments