You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'Here are some important tasks to help get your team’s expenses under control.',
5360
+
message: ({onboardingCompanySize: companySize})=>`Here is a task list I’d recommend for a company of your size with ${companySize} submitters:`,
5359
5361
tasks: [
5360
5362
createWorkspaceTask,
5361
5363
selfGuidedTourTask,
5364
+
5362
5365
{
5363
-
type: 'setupCategoriesAndTags',
5364
-
autoCompleted: false,
5365
-
mediaAttributes: {},
5366
-
title: ({workspaceCategoriesLink, workspaceMoreFeaturesLink})=>`Set up [categories](${workspaceCategoriesLink}) and [tags](${workspaceMoreFeaturesLink})`,
'*Set up categories and tags* so your team can code expenses for easy reporting.\n'+
5369
-
'\n'+
5370
-
`Import them automatically by [connecting your accounting software](${workspaceAccountingLink}), or set them up manually in your [workspace settings](${workspaceCategoriesLink}).`,
5371
-
},
5372
-
setupCategoriesTask,
5373
-
{
5374
-
type: 'setupTags',
5366
+
type: 'addAccountingIntegration',
5375
5367
autoCompleted: false,
5376
-
title: ({workspaceMoreFeaturesLink})=>`Set up [tags](${workspaceMoreFeaturesLink})`,
'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'+
5379
+
title: ({integrationName, workspaceAccountingLink})=>`Connect to [${integrationName}](${workspaceAccountingLink})`,
? `[Take me to accounting](${workspaceAccountingLink}).\n\n`
5395
+
: `[Take me to accounting](${workspaceAccountingLink}).`
`Connect your corporate card to automatically import and code expenses.\n`+
5394
5403
'\n'+
5395
-
``,
5404
+
'Here’s how to invite your team:\n'+
5405
+
'\n'+
5406
+
'1. Click *Workspaces*.\n'+
5407
+
'2. Select your workspace.\n'+
5408
+
'3. Click *Corporate cards*.\n'+
5409
+
'4. Follow the prompts to connect your card.\n'+
5410
+
'\n'+
5411
+
`[Take me to connect my corporate card](${corporateCardLink}).`,
5412
+
autoCompleted: false,
5413
+
mediaAttributes: {},
5396
5414
},
5397
5415
{
5398
5416
type: 'inviteTeam',
@@ -5418,37 +5436,39 @@ const CONST = {
5418
5436
``,
5419
5437
},
5420
5438
{
5421
-
type: 'addAccountingIntegration',
5439
+
type: 'setupCategoriesAndTags',
5422
5440
autoCompleted: false,
5441
+
mediaAttributes: {},
5442
+
title: ({workspaceCategoriesLink, workspaceMoreFeaturesLink})=>`Set up [categories](${workspaceCategoriesLink}) and [tags](${workspaceMoreFeaturesLink})`,
'*Set up categories and tags* so your team can code expenses for easy reporting.\n'+
5445
+
'\n'+
5446
+
`Import them automatically by [connecting your accounting software](${workspaceAccountingLink}), or set them up manually in your [workspace settings](${workspaceCategoriesLink}).`,
5447
+
},
5448
+
setupCategoriesTask,
5449
+
{
5450
+
type: 'setupTags',
5451
+
autoCompleted: false,
5452
+
title: ({workspaceMoreFeaturesLink})=>`Set up [tags](${workspaceMoreFeaturesLink})`,
`Connect to ${integrationName} for automatic expense coding and syncing that makes month-end close a breeze.\n`+
5456
+
description: ({workspaceMoreFeaturesLink})=>
5457
+
'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'+
5437
5458
'\n'+
5438
-
`Here’s how to connect to ${integrationName}:\n`+
5459
+
'*Here’s how to set up tags:*\n'+
5439
5460
'\n'+
5440
5461
'1. Click *Settings*.\n'+
5441
5462
'2. Go to *Workspaces*.\n'+
5442
5463
'3. Select your workspace.\n'+
5443
-
'4. Click *Accounting*.\n'+
5444
-
`5. Find ${integrationName}.\n`+
5445
-
'6. Click *Connect*.\n'+
5464
+
'4. Click *More features*.\n'+
5465
+
'5. Enable *Tags*.\n'+
5466
+
'6. Navigate to *Tags* in the workspace editor.\n'+
? `[Take me to accounting](${workspaceAccountingLink}).\n\n`
5450
-
: `[Take me to accounting](${workspaceAccountingLink}).`
5451
-
}`,
5469
+
`[Take me to more features](${workspaceMoreFeaturesLink}).\n`+
5470
+
'\n'+
5471
+
``,
Copy file name to clipboardExpand all lines: src/languages/en.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1985,6 +1985,7 @@ const translations = {
1985
1985
},
1986
1986
onboarding: {
1987
1987
welcome: 'Welcome!',
1988
+
welcomeSignOffTitleManageTeam: 'We can explore more features such as approval workflows and rules when you have progressed on these steps as these are pre-requisites.',
Copy file name to clipboardExpand all lines: src/languages/es.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1990,6 +1990,8 @@ const translations = {
1990
1990
onboarding: {
1991
1991
welcome: '¡Bienvenido!',
1992
1992
welcomeSignOffTitle: '¡Es un placer conocerte!',
1993
+
welcomeSignOffTitleManageTeam:
1994
+
'Podemos explorar más características como flujos de trabajo de aprobación y reglas cuando hayas avanzado en estos pasos, ya que son requisitos previos.',
1993
1995
explanationModal: {
1994
1996
title: 'Bienvenido a Expensify',
1995
1997
description: 'Una aplicación para gestionar en un chat todos los gastos de tu empresa y personales. Inténtalo y dinos qué te parece. ¡Hay mucho más por venir!',
0 commit comments