Skip to content

Commit 9fd792e

Browse files
Update the english copy of onboarding tasks
1 parent 436c9a7 commit 9fd792e

1 file changed

Lines changed: 28 additions & 34 deletions

File tree

src/languages/en.ts

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,11 +2120,11 @@ const translations = {
21202120
},
21212121
tasks: {
21222122
testDriveAdminTask: {
2123-
title: ({testDriveURL}) => (`Take a [test drive](${testDriveURL})`),
2123+
title: ({testDriveURL}) => `Take a [test drive](${testDriveURL})`,
21242124
description: ({testDriveURL}) => `[Take a quick product tour](${testDriveURL}) to see why Expensify is the fastest way to do your expenses.`,
21252125
},
21262126
testDriveEmployeeTask: {
2127-
title: ({testDriveURL}) => (`Take a [test drive](${testDriveURL})`),
2127+
title: ({testDriveURL}) => `Take a [test drive](${testDriveURL})`,
21282128
description: ({testDriveURL}) => `Take us for a [test drive](${testDriveURL}) and get your team *3 free months of Expensify!*`,
21292129
},
21302130
createTestDriveAdminWorkspaceTask: {
@@ -2136,8 +2136,7 @@ const translations = {
21362136
description: ({workspaceSettingsLink}) =>
21372137
'*Create a workspace* to track expenses, scan receipts, chat, and more.\n' +
21382138
'\n' +
2139-
'1. Click *Settings*.\n' +
2140-
'2. Click *Workspaces* > *New workspace*.\n' +
2139+
'1. Click *Workspaces* > *New workspace*.\n' +
21412140
'\n' +
21422141
`*Your new workspace is ready!* [Check it out](${workspaceSettingsLink}).`,
21432142
},
@@ -2146,8 +2145,7 @@ const translations = {
21462145
description: ({workspaceCategoriesLink}) =>
21472146
'*Set up categories* so your team can code expenses for easy reporting.\n' +
21482147
'\n' +
2149-
'1. Click *Settings*.\n' +
2150-
'2. Go to *Workspaces*.\n' +
2148+
'1. Click *Workspaces*.\n' +
21512149
'3. Select your workspace.\n' +
21522150
'4. Click *Categories*.\n' +
21532151
"5. Disable any categories you don't need.\n" +
@@ -2201,8 +2199,7 @@ const translations = {
22012199
description: ({integrationName, workspaceAccountingLink}) =>
22022200
`Connect to ${integrationName} for automatic expense coding and syncing that makes month-end close a breeze.\n` +
22032201
'\n' +
2204-
'1. Click *Settings*.\n' +
2205-
'2. Go to *Workspaces*.\n' +
2202+
'1. Click *Workspaces*.\n' +
22062203
'3. Select your workspace.\n' +
22072204
'4. Click *Accounting*.\n' +
22082205
`5. Find ${integrationName}.\n` +
@@ -2224,16 +2221,15 @@ const translations = {
22242221
'3. Click *Corporate cards*.\n' +
22252222
'4. Follow the prompts to connect your card.\n' +
22262223
'\n' +
2227-
`[Take me to connect my corporate card](${corporateCardLink}).`,
2224+
`[Take me to connect my corporate cards](${corporateCardLink}).`,
22282225
},
22292226

22302227
inviteTeamTask: {
22312228
title: ({workspaceMembersLink}) => `Invite [your team](${workspaceMembersLink})`,
22322229
description: ({workspaceMembersLink}) =>
22332230
'*Invite your team* to Expensify so they can start tracking expenses today.\n' +
22342231
'\n' +
2235-
'1. Click *Settings*.\n' +
2236-
'2. Go to *Workspaces*.\n' +
2232+
'1. Click *Workspaces*.\n' +
22372233
'3. Select your workspace.\n' +
22382234
'4. Click *Members* > *Invite member*.\n' +
22392235
'5. Enter emails or phone numbers. \n' +
@@ -2254,10 +2250,9 @@ const translations = {
22542250
setupTagsTask: {
22552251
title: ({workspaceMoreFeaturesLink}) => `Set up [tags](${workspaceMoreFeaturesLink})`,
22562252
description: ({workspaceMoreFeaturesLink}) =>
2257-
'Tags can be used if you want more details with every expense. Use tags for projects, clients, locations, departments, and more. If you need multiple levels of tags, you can upgrade to the Control plan.\n' +
2253+
'Use tags to add extra expense details like projects, clients, locations, and departments. If you need multiple levels of tags, you can upgrade to the Control plan.\n' +
22582254
'\n' +
2259-
'1. Click *Settings*.\n' +
2260-
'2. Go to *Workspaces*.\n' +
2255+
'1. Click *Workspaces*.\n' +
22612256
'3. Select your workspace.\n' +
22622257
'4. Click *More features*.\n' +
22632258
'5. Enable *Tags*.\n' +
@@ -2272,10 +2267,9 @@ const translations = {
22722267
inviteAccountantTask: {
22732268
title: ({workspaceMembersLink}) => `Invite your [accountant](${workspaceMembersLink})`,
22742269
description: ({workspaceMembersLink}) =>
2275-
'*Invite your accountant* to Expensify and share your expenses with them to make tax time easier.\n' +
2270+
'*Invite your accountant* to Expensify and share your expenses to make tax time easier.\n' +
22762271
'\n' +
2277-
'1. Click your profile picture.\n' +
2278-
'2. Go to *Workspaces*.\n' +
2272+
'1. Click *Workspaces*.\n' +
22792273
'3. Select your workspace.\n' +
22802274
'4. Click *Members* > Invite member.\n' +
22812275
'5. Enter their email or phone number.\n' +
@@ -2284,33 +2278,33 @@ const translations = {
22842278
'\n' +
22852279
'That’s it, happy expensing! 😄\n' +
22862280
'\n' +
2287-
`[View your workspace members](${workspaceMembersLink}).`,
2281+
`[Take me to workspace members](${workspaceMembersLink}).`,
22882282
},
22892283

22902284
startChatTask: {
22912285
title: 'Start a chat',
22922286
description:
2293-
'*Start a chat* with a friend or group using their email or phone number.\n' +
2287+
'*Start a chat* with anyone using their email or phone number.\n' +
22942288
'\n' +
22952289
'1. Click the green *+* button.\n' +
22962290
'2. Choose *Start chat*.\n' +
2297-
'3. Enter emails or phone numbers.\n' +
2291+
'3. Enter an email or phone number.\n' +
22982292
'\n' +
2299-
'If any of your friends aren’t using Expensify already, they’ll be invited automatically.\n' +
2293+
'If they’re not using Expensify already, they’ll be invited automatically.\n' +
23002294
'\n' +
23012295
'Every chat will also turn into an email or text that they can respond to directly.',
23022296
},
23032297

23042298
splitExpenseTask: {
23052299
title: 'Split an expense',
23062300
description:
2307-
'*Split an expense* right in your chat with one or more friends.\n' +
2301+
'*Split expenses* with one or more people.\n' +
23082302
'\n' +
23092303
'1. Click the green *+* button.\n' +
23102304
'2. Choose *Start chat*.\n' +
2311-
'3. Enter any email, SMS, or name of who you want to split with.\n' +
2312-
'4. From within the chat, click the *+* button on the message bar, and click *Split expense*.\n' +
2313-
'5. Create the expense by selecting *Manual*, *Scan* or *Distance*.\n' +
2305+
'3. Enter emails or phone numbers..\n' +
2306+
'4. Click the grey *+* button in the chat > *Split expense*.\n' +
2307+
'5. Create the expense by selecting *Manual*, *Scan*, or *Distance*.\n' +
23142308
'\n' +
23152309
'Feel free to add more details if you want, or just send it off. Let’s get you paid back!',
23162310
},
@@ -2319,28 +2313,28 @@ const translations = {
23192313
title: ({workspaceSettingsLink}) => `Review your [workspace settings](${workspaceSettingsLink})`,
23202314
description: ({workspaceSettingsLink}) =>
23212315
"Here's how to review and update your workspace settings:\n" +
2322-
'1. Click the settings tab.\n' +
2323-
'2. Click *Workspaces* > [Your workspace].\n' +
2324-
`[Go to your workspace](${workspaceSettingsLink}). We'll track them in the #admins room.`,
2316+
'1. Click *Workspaces*.\n' +
2317+
'2. Select your workspace.\n' +
2318+
`[Go to your workspace](${workspaceSettingsLink}). We'll track any changes in the #admins room.`,
23252319
},
23262320
} satisfies Record<string, Pick<OnboardingTask, 'title' | 'description'>>,
23272321
testDrive: {
2328-
name: ({testDriveURL}:{testDriveURL?:string}) => (testDriveURL ? `Take a [test drive](${testDriveURL})` : 'Take a test drive'),
2322+
name: ({testDriveURL}: {testDriveURL?: string}) => (testDriveURL ? `Take a [test drive](${testDriveURL})` : 'Take a test drive'),
23292323
embeddedDemoIframeTitle: 'Test Drive',
23302324
employeeFakeReceipt: {
2331-
description:'My test drive receipt!',
2332-
}
2325+
description: 'My test drive receipt!',
2326+
},
23332327
},
23342328
messages: {
23352329
onboardingEmployerOrSubmitMessage: 'Getting paid back is as easy as sending a message. Let’s go over the basics.',
23362330
onboardingPersonalSpendMessage: 'Here’s how to track your spend in a few clicks.',
23372331
onboardingMangeTeamMesssage: ({onboardingCompanySize}: {onboardingCompanySize?: OnboardingCompanySize}) =>
2338-
`Here is a task list I’d recommend for a company of your size with ${onboardingCompanySize} submitters:`,
2332+
`Here’s a task list I’d recommend for a company of your size with ${onboardingCompanySize} submitters:`,
23392333
onboardingTrackWorkspaceMessage: 'Here are some important tasks to help get your workspace set up.',
23402334
onboardingChatSplitMessage: 'Splitting bills with friends is as easy as sending a message. Here’s how.',
2341-
onboardingAdminMessage: "As an admin, learn how to manage your team's workspace and submit expenses yourself.",
2335+
onboardingAdminMessage: "Learn how to manage your team's workspace as an admin and submit your own expenses.",
23422336
onboardingLookingAroundMessage:
2343-
"Expensify is best known for expense and corporate card management, but we do a lot more than that. Let me know what you're interested in and I'll help get you started.",
2337+
"Expensify is best known for expenses, travel, and corporate card management, but we do a lot more than that. Let me know what you're interested in and I'll help get you started.",
23442338
onboardingTestDriveReceiverMessage: "*You've got 3 months free! Get started below.*",
23452339
},
23462340
},

0 commit comments

Comments
 (0)