From 77e86462dd6db99d1c226f2e9d33dfdd8c2b135a Mon Sep 17 00:00:00 2001 From: Tom Rhys Jones Date: Fri, 15 Nov 2024 19:24:19 +0000 Subject: [PATCH 1/2] Onboarding tasks copy change for settings tab --- src/CONST.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/CONST.ts b/src/CONST.ts index c32248e6dcf3..728954acd7f7 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -134,7 +134,7 @@ const onboardingEmployerOrSubmitMessage: OnboardingMessage = { '\n' + 'Here’s how to set up your bank account:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the Settings tab.\n' + '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + '3. Connect your bank account.\n' + '\n' + @@ -172,7 +172,7 @@ const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage = '\n' + 'Here’s how to set up your bank account:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + '3. Connect your bank account.\n' + '\n' + @@ -4896,7 +4896,7 @@ const CONST = { '\n' + 'Here’s how to create a workspace:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Click *Workspaces* > *New workspace*.\n' + '\n' + '*Your new workspace is ready! It’ll keep all of your spend (and chats) in one place.*', @@ -4920,7 +4920,7 @@ const CONST = { '\n' + 'Here’s how to set up categories:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + '4. Click *Categories*.\n' + @@ -4939,7 +4939,7 @@ const CONST = { '\n' + '*Here’s how to set up tags:*\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Go to Workspaces.\n' + '3. Select your workspace.\n' + '4. Click More features.\n' + @@ -4958,7 +4958,7 @@ const CONST = { '\n' + 'Here’s how to add expense approvals:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Go to Workspaces.\n' + '3. Select your workspace.\n' + '4. Click *More features*.\n' + @@ -4977,7 +4977,7 @@ const CONST = { '\n' + 'Here’s how to invite your team:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Go to Workspaces.\n' + '3. Select your workspace.\n' + '4. Click *Members* > *Invite member*.\n' + @@ -5064,7 +5064,7 @@ const CONST = { '\n' + 'Here’s how to set up your bank account:\n' + '\n' + - '1. Click your profile picture.\n' + + '1. Click the settings tab.\n' + '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + '3. Connect your bank account.\n' + '\n' + @@ -5098,7 +5098,7 @@ const CONST = { description: "Here's how to review and update your workspace settings:" + '\n' + - '1. Click your profile picture.' + + '1. Click the settings tab.' + '2. Click *Workspaces* > [Your workspace].' + '\n' + "Make any changes there and we'll track them in the #admins room.", From 697fd4585973bb477d06ab273a865628ba84bf78 Mon Sep 17 00:00:00 2001 From: Tom Rhys Jones Date: Mon, 18 Nov 2024 11:33:04 +0000 Subject: [PATCH 2/2] casing fix.ts Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com> --- src/CONST.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONST.ts b/src/CONST.ts index 728954acd7f7..726b2dc186f1 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -134,7 +134,7 @@ const onboardingEmployerOrSubmitMessage: OnboardingMessage = { '\n' + 'Here’s how to set up your bank account:\n' + '\n' + - '1. Click the Settings tab.\n' + + '1. Click the settings tab.\n' + '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + '3. Connect your bank account.\n' + '\n' +