We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49ef75c + 8492881 commit 81674b1Copy full SHA for 81674b1
1 file changed
src/CONST.ts
@@ -222,6 +222,17 @@ const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage =
222
'\n' +
223
'And you’re done! Now wait for that sweet “Cha-ching!” when it’s complete.',
224
},
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
+ },
236
],
237
};
238
0 commit comments