Skip to content

Commit 4285109

Browse files
authored
Merge pull request #44099 from Expensify/LLPeckham-patch-1
Update copy for Onboarding Welcome modal
2 parents 5bccd00 + e63242b commit 4285109

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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
);

src/languages/en.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ export default {
14001400
title: 'Welcome to Expensify',
14011401
description: 'One app to handle all your business and personal spend in a chat. Built for your business, your team, and your friends.',
14021402
},
1403+
getStarted: 'Get started',
14031404
whatsYourName: "What's your name?",
14041405
whereYouWork: 'Where do you work?',
14051406
purpose: {

src/languages/es.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ export default {
14001400
title: 'Bienvenido a Expensify',
14011401
description: 'Una aplicación para gestionar todos tus gastos de empresa y personales en un chat. Pensada para tu empresa, tu equipo y tus amigos.',
14021402
},
1403+
getStarted: 'Comenzar',
14031404
whatsYourName: '¿Cómo te llamas?',
14041405
whereYouWork: '¿Dónde trabajas?',
14051406
purpose: {

0 commit comments

Comments
 (0)