Skip to content

Commit

Permalink
Merge pull request Expensify#40393 from nkdengineer/fix/40154
Browse files Browse the repository at this point in the history
fix add bold style guided setup
  • Loading branch information
mountiny authored Apr 20, 2024
2 parents 1e510b5 + 6341e96 commit c249ad4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3559,7 +3559,7 @@ const CONST = {
"# Let's start tracking your expenses!\n" +
'\n' +
"To track your expenses, create a workspace to keep everything in one place. Here's how:\n" +
'1. From the home screen, click the green + button > New Workspace\n' +
'1. From the home screen, click the green + button > *New Workspace*\n' +
'2. Give your workspace a name (e.g. "My business expenses").\n' +
'\n' +
'Then, add expenses to your workspace:\n' +
Expand All @@ -3572,23 +3572,23 @@ const CONST = {
'# Expensify is the fastest way to get paid back!\n' +
'\n' +
'To submit expenses for reimbursement:\n' +
'1. From the home screen, click the green + button > Request money.\n' +
'1. From the home screen, click the green + button > *Request money*.\n' +
"2. Enter an amount or scan a receipt, then input your boss's email.\n" +
'\n' +
"That'll send a request to get you paid back. Let me know if you have any questions!",
[onboardingChoices.MANAGE_TEAM]:
"# Let's start managing your team's expenses!\n" +
'\n' +
"To manage your team's expenses, create a workspace to keep everything in one place. Here's how:\n" +
'1. From the home screen, click the green + button > New Workspace\n' +
'1. From the home screen, click the green + button > *New Workspace*\n' +
'2. Give your workspace a name (e.g. "Sales team expenses").\n' +
'\n' +
'Then, invite your team to your workspace via the Members pane and [connect a business bank account](https://help.expensify.com/articles/new-expensify/bank-accounts/Connect-a-Bank-Account) to reimburse them. Let me know if you have any questions!',
[onboardingChoices.PERSONAL_SPEND]:
"# Let's start tracking your expenses! \n" +
'\n' +
"To track your expenses, create a workspace to keep everything in one place. Here's how:\n" +
'1. From the home screen, click the green + button > New Workspace\n' +
'1. From the home screen, click the green + button > *New Workspace*\n' +
'2. Give your workspace a name (e.g. "My expenses").\n' +
'\n' +
'Then, add expenses to your workspace:\n' +
Expand All @@ -3601,7 +3601,7 @@ const CONST = {
'# Splitting the bill is as easy as a conversation!\n' +
'\n' +
'To split an expense:\n' +
'1. From the home screen, click the green + button > Request money.\n' +
'1. From the home screen, click the green + button > *Request money*.\n' +
'2. Enter an amount or scan a receipt, then choose who you want to split it with.\n' +
'\n' +
"We'll send a request to each person so they can pay you back. Let me know if you have any questions!",
Expand Down

0 comments on commit c249ad4

Please sign in to comment.