Skip to content

Commit 81674b1

Browse files
authored
Merge pull request Expensify#63566 from Tony-MK/fix/62634
Added "Review Workspace Settings" task for an invited admin.
2 parents 49ef75c + 8492881 commit 81674b1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/CONST.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,17 @@ const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage =
222222
'\n' +
223223
'And you’re done! Now wait for that sweet “Cha-ching!” when it’s complete.',
224224
},
225+
{
226+
type: 'reviewWorkspaceSettings',
227+
autoCompleted: false,
228+
mediaAttributes: {},
229+
title: ({workspaceSettingsLink}) => `Review your [workspace settings](${workspaceSettingsLink})`,
230+
description: ({workspaceSettingsLink}) =>
231+
"Here's how to review and update your workspace settings:\n" +
232+
'1. Click the settings tab.\n' +
233+
'2. Click *Workspaces* > [Your workspace].\n' +
234+
`[Go to your workspace](${workspaceSettingsLink}). We'll track them in the #admins room.`,
235+
},
225236
],
226237
};
227238

0 commit comments

Comments
 (0)