We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d5b95 commit 7e3308fCopy full SHA for 7e3308f
1 file changed
src/CONST/index.ts
@@ -189,12 +189,11 @@ const inviteAccountantTask: OnboardingTask = {
189
description: ({workspaceMembersLink}) =>
190
'*Invite your accountant* to collaborate on your workspace and manage your business expenses.\n' +
191
'\n' +
192
- '1. Click *Settings*.\n' +
193
- '2. Go to *Workspaces*.\n' +
194
- '3. Select your workspace.\n' +
195
- '4. Click *Members*.\n' +
196
- '5. Click *Invite member*.\n' +
197
- "6. Enter your accountant's email address.\n" +
+ '1. Click *Workspaces*.\n' +
+ '2. Select your workspace.\n' +
+ '3. Click *Members*.\n' +
+ '4. Click *Invite member*.\n' +
+ "5. Enter your accountant's email address.\n" +
198
199
`[Invite your accountant now](${workspaceMembersLink}).`,
200
};
0 commit comments