diff --git a/src/CONST.ts b/src/CONST.ts index a9d8ba6baece..039598dd2b8a 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -3620,6 +3620,13 @@ const CONST = { '2. Click Workspaces > New workspace.\n' + '\n' + 'Your new workspace is ready! It’ll keep all of your spend (and chats) in one place.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Track an expense', @@ -3633,6 +3640,13 @@ const CONST = { '4. Click Track.\n' + '\n' + 'And you’re done! Yep, it’s that easy.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, ], }, @@ -3658,6 +3672,13 @@ const CONST = { '4. Add your reimburser to the request.\n' + '\n' + 'Then, send your request and wait for that sweet “Cha-ching!” when it’s complete.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Enable your wallet', @@ -3670,6 +3691,13 @@ const CONST = { '3. Connect your bank account.\n' + '\n' + 'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, ], }, @@ -3693,6 +3721,13 @@ const CONST = { '2. Click Workspaces > New workspace.\n' + '\n' + 'Your new workspace is ready! It’ll keep all of your spend (and chats) in one place.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Meet your setup specialist', @@ -3701,6 +3736,13 @@ const CONST = { 'Meet your setup specialist, {guideName}, who can answer any questions as you get started with Expensify. Yes, a real human!\n' + '\n' + 'Chat with {guideName} in your [admins room]({adminsRoomID}) or [schedule a call]({guideCalendarLink}) today', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Set up categories', @@ -3715,6 +3757,13 @@ const CONST = { '5. Click Add categories to make your own.\n' + '\n' + 'For more controls like requiring a category for every expense, click Settings.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Add expense approvals', @@ -3729,6 +3778,13 @@ const CONST = { '5. In Workflows, enable Add approvals.\n' + '\n' + 'You’ll be set as the expense approver. You can change this to any admin once you invite your team.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Invite your team', @@ -3743,6 +3799,13 @@ const CONST = { '5. Add an invite message if you want.\n' + '\n' + 'That’s it! Happy expensing :)', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, ], }, @@ -3768,6 +3831,13 @@ const CONST = { '4. Click Track.\n' + '\n' + 'And you’re done! Yep, it’s that easy.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, ], }, @@ -3794,6 +3864,13 @@ const CONST = { 'If any of your friends aren’t using Expensify already, they’ll be invited automatically. \n' + '\n' + 'Every chat will also turn into an email or text that they can respond to directly.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Split an expense', @@ -3807,6 +3884,13 @@ const CONST = { '4. Add your friend(s) to the request.\n' + '\n' + 'Feel free to add more details if you want, or just send it off. Let’s get you paid back!', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, { title: 'Enable your wallet', @@ -3819,6 +3903,13 @@ const CONST = { '3. Add your bank account.\n' + '\n' + 'Once that’s done, you can request money from anyone and get paid right into your personal bank account.', + video: { + url: `${CLOUDFRONT_URL}/videos/intro-1280.mp4`, + thumbnailUrl: `${CLOUDFRONT_URL}/images/expensify__favicon.png`, + duration: 55, + width: 1280, + height: 960, + }, }, ], },