Skip to content
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
19 changes: 19 additions & 0 deletions src/CONST.ts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oofda there's some ESLint issues with this file 😬

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 set up 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