Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding tasks copy change for settings tab #52653

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading