Skip to content

Commit 7e3308f

Browse files
Update index.ts
1 parent 88d5b95 commit 7e3308f

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/CONST/index.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,11 @@ const inviteAccountantTask: OnboardingTask = {
189189
description: ({workspaceMembersLink}) =>
190190
'*Invite your accountant* to collaborate on your workspace and manage your business expenses.\n' +
191191
'\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" +
192+
'1. Click *Workspaces*.\n' +
193+
'2. Select your workspace.\n' +
194+
'3. Click *Members*.\n' +
195+
'4. Click *Invite member*.\n' +
196+
"5. Enter your accountant's email address.\n" +
198197
'\n' +
199198
`[Invite your accountant now](${workspaceMembersLink}).`,
200199
};

0 commit comments

Comments
 (0)