Skip to content

Commit

Permalink
Merge pull request #44099 from Expensify/LLPeckham-patch-1
Browse files Browse the repository at this point in the history
Update copy for Onboarding Welcome modal
  • Loading branch information
NikkiWines authored Jun 20, 2024
2 parents 5bccd00 + e63242b commit 4285109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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
1 change: 1 addition & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ export default {
title: 'Welcome to Expensify',
description: 'One app to handle all your business and personal spend in a chat. Built for your business, your team, and your friends.',
},
getStarted: 'Get started',
whatsYourName: "What's your name?",
whereYouWork: 'Where do you work?',
purpose: {
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ export default {
title: 'Bienvenido a Expensify',
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.',
},
getStarted: 'Comenzar',
whatsYourName: '¿Cómo te llamas?',
whereYouWork: '¿Dónde trabajas?',
purpose: {
Expand Down

0 comments on commit 4285109

Please sign in to comment.