Skip to content

Commit

Permalink
Merge pull request #55190 from Shahidullah-Muffakir/fix/54977
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg authored Jan 15, 2025
2 parents 6704bcf + 27a072e commit 28deaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5018,15 +5018,15 @@ const CONST = {
type: 'createWorkspace',
autoCompleted: true,
title: 'Create a workspace',
description:
description: ({workspaceSettingsLink}) =>
'*Create a workspace* to track expenses, scan receipts, chat, and more.\n' +
'\n' +
'Here’s how to create a workspace:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Click *Workspaces* > *New workspace*.\n' +
'\n' +
'*Your new workspace is ready! It’ll keep all of your spend (and chats) in one place.*',
`*Your new workspace is ready!* [Check it out](${workspaceSettingsLink}).`,
},
selfGuidedTourTask,
{
Expand Down

0 comments on commit 28deaad

Please sign in to comment.