Skip to content

Commit

Permalink
Fix translation key conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Feb 28, 2024
1 parent e218e36 commit 0725435
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,11 @@ export default {
},
onboarding: {
welcome: 'Welcome!',
welcomeVideo: {
title: 'Welcome to Expensify',
description: 'Getting paid is as easy as sending a message.',
button: "Let's go",
},
whatsYourName: "What's your name?",
error: {
requiredFirstName: 'Please input your first name to continue',
Expand Down Expand Up @@ -2222,13 +2227,6 @@ export default {
selectSuggestedAddress: 'Please select a suggested address or use current location',
},
},
onboarding: {
welcomeVideo: {
title: 'Welcome to Expensify',
description: 'Getting paid is as easy as sending a message.',
button: "Let's go",
},
},
reportCardLostOrDamaged: {
report: 'Report physical card loss / damage',
screenTitle: 'Report card lost or damaged',
Expand Down

0 comments on commit 0725435

Please sign in to comment.