Skip to content

Commit

Permalink
Move so that tags is next to categories task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Sep 13, 2024
1 parent bc9e5f3 commit fb791eb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4615,6 +4615,25 @@ const CONST = {
'\n' +
`[Take me to workspace category settings](${workspaceCategoriesLink}).`,
},
{
type: 'setupTags',
autoCompleted: false,
title: 'Set up tags (optional)',
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' +
'\n' +
'*Here’s how to setup tags:*\n' +
'\n' +
'1. Click your profile picture.\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' +
'\n' +
`*[Take me to more features](${workspaceMoreFeaturesLink})*`,
},
{
type: 'addExpenseApprovals',
autoCompleted: false,
Expand Down Expand Up @@ -4652,25 +4671,6 @@ const CONST = {
'\n' +
`[Take me to workspace members](${workspaceMembersLink}). That’s it, happy expensing! :)`,
},
{
type: 'setupTags',
autoCompleted: false,
title: 'Set up tags (optional)',
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' +
'\n' +
'*Here’s how to setup tags:*\n' +
'\n' +
'1. Click your profile picture.\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' +
'\n' +
`*[Take me to more features](${workspaceMoreFeaturesLink})*`,
},
],
},
[onboardingChoices.PERSONAL_SPEND]: {
Expand Down

0 comments on commit fb791eb

Please sign in to comment.