From 767a83ff457f691ad78f13a6418228a7ff97e4ff Mon Sep 17 00:00:00 2001 From: James Dean Date: Wed, 15 Jan 2025 10:50:02 -0800 Subject: [PATCH 1/3] Update CONST.ts Minor improvements to make onboarding task copy more consistent --- src/CONST.ts | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/src/CONST.ts b/src/CONST.ts index b076779231e3..04be0af7df54 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -5023,7 +5023,7 @@ const CONST = { '\n' + 'Here’s how to create a workspace:\n' + '\n' + - '1. Click the settings tab.\n' + + '1. Click *Settings*.\n' + '2. Click *Workspaces* > *New workspace*.\n' + '\n' + `*Your new workspace is ready!* [Check it out](${workspaceSettingsLink}).`, @@ -5056,7 +5056,7 @@ const CONST = { '\n' + 'Here’s how to set up categories:\n' + '\n' + - '1. Click the settings tab.\n' + + '1. Click *Settings*.\n' + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + '4. Click *Categories*.\n' + @@ -5070,17 +5070,17 @@ const CONST = { autoCompleted: false, title: 'Set up tags', description: ({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 a control plan.\n' + + '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' + '\n' + '*Here’s how to set up tags:*\n' + '\n' + - '1. Click the settings tab.\n' + - '2. Go to Workspaces.\n' + + '1. Click *Settings*.\n' + + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + - '4. Click More features.\n' + - '5. Enable tags.\n' + - '6. Navigate to Tags in the workspace editor.\n' + - '7. In Tags, click + Add tag to make your own.\n' + + '4. Click *More features*.\n' + + '5. Enable *Tags*.\n' + + '6. Navigate to *Tags* in the workspace editor.\n' + + '7. Click *+ Add tag* to make your own.\n' + '\n' + `*[Take me to more features](${workspaceMoreFeaturesLink})*`, }, @@ -5093,13 +5093,14 @@ const CONST = { '\n' + 'Here’s how to add expense approvals:\n' + '\n' + - '1. Click the settings tab.\n' + - '2. Go to Workspaces.\n' + + '1. Click *Settings*.\n' + + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + '4. Click *More features*.\n' + '5. Enable *Workflows*.\n' + - '6. In *Workflows*, enable *Add approvals*.\n' + - '7. You’ll be set as the expense approver. You can change this to any admin once you invite your team.\n' + + '6. Navigate to *Workflows* in the workspace editor.\n' + + '7. Enable *Add approvals*.\n' + + '8. You’ll be set as the expense approver. You can change this to any admin once you invite your team.\n' + '\n' + `[Take me to enable more features](${workspaceMoreFeaturesLink}).`, }, @@ -5112,8 +5113,8 @@ const CONST = { '\n' + 'Here’s how to invite your team:\n' + '\n' + - '1. Click the settings tab.\n' + - '2. Go to Workspaces.\n' + + '1. Click *Settings*.\n' + + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + '4. Click *Members* > *Invite member*.\n' + '5. Enter emails or phone numbers. \n' + @@ -5130,12 +5131,12 @@ const CONST = { '\n' + `Here’s how to connect to ${integrationName}:\n` + '\n' + - '1. Click the settings tab.\n' + - '2. Go to Workspaces.\n' + + '1. Click *Settings*.\n' + + '2. Go to *Workspaces*.\n' + '3. Select your workspace.\n' + - '4. Click Accounting.\n' + + '4. Click *Accounting*.\n' + `5. Find ${integrationName}.\n` + - '6. Click Connect.\n' + + '6. Click *Connect*.\n' + '\n' + `[Take me to Accounting!](${workspaceAccountingLink})`, }, @@ -5179,11 +5180,11 @@ const CONST = { '\n' + 'Here’s how to request money:\n' + '\n' + - '1. Hit the green *+* button.\n' + + '1. Click the green *+* button.\n' + '2. Choose *Start chat*.\n' + '3. Enter any email, SMS, or name of who you want to split with.\n' + - '4. From within the chat, hit the *+* button on the message bar, and hit *Split expense*.\n' + - '5. Create the expense by selecting Manual, Scan or Distance.\n' + + '4. From within the chat, click the *+* button on the message bar, and click *Split expense*.\n' + + '5. Create the expense by selecting *Manual*, *Scan* or *Distance*.\n' + '\n' + 'Feel free to add more details if you want, or just send it off. Let’s get you paid back!', }, @@ -5215,7 +5216,7 @@ const CONST = { description: "Here's how to review and update your workspace settings:" + '\n' + - '1. Click the settings tab.' + + '1. Click *Settings*.' + '2. Click *Workspaces* > [Your workspace].' + '\n' + "Make any changes there and we'll track them in the #admins room.", From 48efeee58a5b3afeef61bf584914dba1e1ce6b19 Mon Sep 17 00:00:00 2001 From: James Dean Date: Wed, 15 Jan 2025 11:00:37 -0800 Subject: [PATCH 2/3] Update CONST.ts --- src/CONST.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/CONST.ts b/src/CONST.ts index 04be0af7df54..56c338c66e46 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -5082,7 +5082,7 @@ const CONST = { '6. Navigate to *Tags* in the workspace editor.\n' + '7. Click *+ Add tag* to make your own.\n' + '\n' + - `*[Take me to more features](${workspaceMoreFeaturesLink})*`, + `[Take me to more features](${workspaceMoreFeaturesLink}).`, }, { type: 'addExpenseApprovals', @@ -5102,7 +5102,7 @@ const CONST = { '7. Enable *Add approvals*.\n' + '8. You’ll be set as the expense approver. You can change this to any admin once you invite your team.\n' + '\n' + - `[Take me to enable more features](${workspaceMoreFeaturesLink}).`, + `[Take me to more features](${workspaceMoreFeaturesLink}).`, }, { type: 'inviteTeam', @@ -5118,9 +5118,9 @@ const CONST = { '3. Select your workspace.\n' + '4. Click *Members* > *Invite member*.\n' + '5. Enter emails or phone numbers. \n' + - '6. Add an invite message if you want.\n' + + '6. Add a custom invite message if you'd like!\n' + '\n' + - `[Take me to workspace members](${workspaceMembersLink}). That’s it, happy expensing! :)`, + `[Take me to workspace members](${workspaceMembersLink}).`, }, { type: 'addAccountingIntegration', @@ -5138,7 +5138,7 @@ const CONST = { `5. Find ${integrationName}.\n` + '6. Click *Connect*.\n' + '\n' + - `[Take me to Accounting!](${workspaceAccountingLink})`, + `[Take me to accounting](${workspaceAccountingLink}).`, }, ], }, @@ -5217,7 +5217,7 @@ const CONST = { "Here's how to review and update your workspace settings:" + '\n' + '1. Click *Settings*.' + - '2. Click *Workspaces* > [Your workspace].' + + '2. Go to *Workspaces* > [Your workspace].' + '\n' + "Make any changes there and we'll track them in the #admins room.", }, From 12b6ac7f80bbecb4d594406e34740ece61599fc3 Mon Sep 17 00:00:00 2001 From: Cristi Paval Date: Fri, 17 Jan 2025 13:02:46 +0200 Subject: [PATCH 3/3] Fix syntax --- src/CONST.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONST.ts b/src/CONST.ts index 56c338c66e46..c6a8c485bd46 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -5118,7 +5118,7 @@ const CONST = { '3. Select your workspace.\n' + '4. Click *Members* > *Invite member*.\n' + '5. Enter emails or phone numbers. \n' + - '6. Add a custom invite message if you'd like!\n' + + '6. Add a custom invite message if you’d like!\n' + '\n' + `[Take me to workspace members](${workspaceMembersLink}).`, },