From 0725435c9c1c070481430dbea905e8c8d300468d Mon Sep 17 00:00:00 2001 From: Maciej Dobosz Date: Wed, 28 Feb 2024 16:57:23 +0100 Subject: [PATCH] Fix translation key conflict --- src/languages/en.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index d09423b4ce41..a2571cecdc63 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -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', @@ -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',