Skip to content

Commit

Permalink
Merge pull request #55305 from Expensify/jamesdeanexpensify-patch-3
Browse files Browse the repository at this point in the history
Update CONST.ts
  • Loading branch information
cristipaval authored Jan 17, 2025
2 parents abe6868 + 12b6ac7 commit 3a91808
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4990,7 +4990,7 @@ const CONST = {
'\n' +
'Here’s how to create a workspace:\n' +
'\n' +
'1. Click the settings tab.\n' +
'1. Click *Settings*.\n' +
'2. Click *Workspaces* > *New workspace*.\n' +
'\n' +
`*Your new workspace is ready!* [Check it out](${workspaceSettingsLink}).`,
Expand Down Expand Up @@ -5023,7 +5023,7 @@ const CONST = {
'\n' +
'Here’s how to set up categories:\n' +
'\n' +
'1. Click the settings tab.\n' +
'1. Click *Settings*.\n' +
'2. Go to *Workspaces*.\n' +
'3. Select your workspace.\n' +
'4. Click *Categories*.\n' +
Expand All @@ -5037,19 +5037,19 @@ const CONST = {
autoCompleted: false,
title: 'Set up tags',
description: ({workspaceMoreFeaturesLink}) =>
'Tags can be used if you want more details with every expense. Use tags for projects, clients, locations, departments, and more. If you need multiple levels of tags you can upgrade to a control plan.\n' +
'Tags can be used if you want more details with every expense. Use tags for projects, clients, locations, departments, and more. If you need multiple levels of tags, you can upgrade to the Control plan.\n' +
'\n' +
'*Here’s how to set up tags:*\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Go to Workspaces.\n' +
'1. Click *Settings*.\n' +
'2. Go to *Workspaces*.\n' +
'3. Select your workspace.\n' +
'4. Click More features.\n' +
'5. Enable tags.\n' +
'6. Navigate to Tags in the workspace editor.\n' +
'7. In Tags, click + Add tag to make your own.\n' +
'4. Click *More features*.\n' +
'5. Enable *Tags*.\n' +
'6. Navigate to *Tags* in the workspace editor.\n' +
'7. Click *+ Add tag* to make your own.\n' +
'\n' +
`*[Take me to more features](${workspaceMoreFeaturesLink})*`,
`[Take me to more features](${workspaceMoreFeaturesLink}).`,
},
{
type: 'addExpenseApprovals',
Expand All @@ -5060,15 +5060,16 @@ const CONST = {
'\n' +
'Here’s how to add expense approvals:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Go to Workspaces.\n' +
'1. Click *Settings*.\n' +
'2. Go to *Workspaces*.\n' +
'3. Select your workspace.\n' +
'4. Click *More features*.\n' +
'5. Enable *Workflows*.\n' +
'6. In *Workflows*, enable *Add approvals*.\n' +
'7. You’ll be set as the expense approver. You can change this to any admin once you invite your team.\n' +
'6. Navigate to *Workflows* in the workspace editor.\n' +
'7. Enable *Add approvals*.\n' +
'8. You’ll be set as the expense approver. You can change this to any admin once you invite your team.\n' +
'\n' +
`[Take me to enable more features](${workspaceMoreFeaturesLink}).`,
`[Take me to more features](${workspaceMoreFeaturesLink}).`,
},
{
type: 'inviteTeam',
Expand All @@ -5079,14 +5080,14 @@ const CONST = {
'\n' +
'Here’s how to invite your team:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Go to Workspaces.\n' +
'1. Click *Settings*.\n' +
'2. Go to *Workspaces*.\n' +
'3. Select your workspace.\n' +
'4. Click *Members* > *Invite member*.\n' +
'5. Enter emails or phone numbers. \n' +
'6. Add an invite message if you want.\n' +
'6. Add a custom invite message if you’d like!\n' +
'\n' +
`[Take me to workspace members](${workspaceMembersLink}). That’s it, happy expensing! :)`,
`[Take me to workspace members](${workspaceMembersLink}).`,
},
{
type: 'addAccountingIntegration',
Expand All @@ -5097,14 +5098,14 @@ const CONST = {
'\n' +
`Here’s how to connect to ${integrationName}:\n` +
'\n' +
'1. Click the settings tab.\n' +
'2. Go to Workspaces.\n' +
'1. Click *Settings*.\n' +
'2. Go to *Workspaces*.\n' +
'3. Select your workspace.\n' +
'4. Click Accounting.\n' +
'4. Click *Accounting*.\n' +
`5. Find ${integrationName}.\n` +
'6. Click Connect.\n' +
'6. Click *Connect*.\n' +
'\n' +
`[Take me to Accounting!](${workspaceAccountingLink})`,
`[Take me to accounting](${workspaceAccountingLink}).`,
},
],
},
Expand Down Expand Up @@ -5146,11 +5147,11 @@ const CONST = {
'\n' +
'Here’s how to request money:\n' +
'\n' +
'1. Hit the green *+* button.\n' +
'1. Click the green *+* button.\n' +
'2. Choose *Start chat*.\n' +
'3. Enter any email, SMS, or name of who you want to split with.\n' +
'4. From within the chat, hit the *+* button on the message bar, and hit *Split expense*.\n' +
'5. Create the expense by selecting Manual, Scan or Distance.\n' +
'4. From within the chat, click the *+* button on the message bar, and click *Split expense*.\n' +
'5. Create the expense by selecting *Manual*, *Scan* or *Distance*.\n' +
'\n' +
'Feel free to add more details if you want, or just send it off. Let’s get you paid back!',
},
Expand Down Expand Up @@ -5182,8 +5183,8 @@ const CONST = {
description:
"Here's how to review and update your workspace settings:" +
'\n' +
'1. Click the settings tab.' +
'2. Click *Workspaces* > [Your workspace].' +
'1. Click *Settings*.' +
'2. Go to *Workspaces* > [Your workspace].' +
'\n' +
"Make any changes there and we'll track them in the #admins room.",
},
Expand Down

0 comments on commit 3a91808

Please sign in to comment.