Skip to content

Commit

Permalink
Onboarding tasks copy change for settings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
trjExpensify authored Nov 15, 2024
1 parent 0c84ea2 commit 77e8646
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
Expand Down Expand Up @@ -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' +
Expand Down Expand Up @@ -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.*',
Expand All @@ -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' +
Expand All @@ -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' +
Expand All @@ -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' +
Expand All @@ -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' +
Expand Down Expand Up @@ -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' +
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 77e8646

Please sign in to comment.