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
25 changes: 0 additions & 25 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5351,31 +5351,6 @@ const CONST = {
'\n' +
`![Set up tags](${CLOUDFRONT_URL}/videos/walkthrough-tags-v2.mp4)`,
},
{
type: 'addExpenseApprovals',
autoCompleted: false,
mediaAttributes: {
[`${CLOUDFRONT_URL}/videos/walkthrough-approvals-v2.mp4`]: `data-expensify-thumbnail-url="${CLOUDFRONT_URL}/images/walkthrough-approvals.png" data-expensify-width="1920" data-expensify-height="1080"`,
},
title: ({workspaceMoreFeaturesLink}) => `Add [expense approvals](${workspaceMoreFeaturesLink})`,
description: ({workspaceMoreFeaturesLink}) =>
'*Add expense approvals* to review your team’s spend and keep it under control.\n' +
'\n' +
'Here’s how to add expense approvals:\n' +
'\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. 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 more features](${workspaceMoreFeaturesLink}).\n` +
'\n' +
`![Add expense approvals](${CLOUDFRONT_URL}/videos/walkthrough-approvals-v2.mp4)`,
},
{
type: 'inviteTeam',
autoCompleted: false,
Expand Down