diff --git a/src/CONST.ts b/src/CONST.ts index e084917e1a93..9ebf45add8a7 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -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, @@ -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]: {