Skip to content

Commit

Permalink
Update CONST.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdeanexpensify authored Jan 15, 2025
1 parent 767a83f commit 48efeee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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' +

Check failure on line 5121 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

Check failure on line 5121 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

Check failure on line 5121 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

Invalid character.

Check failure on line 5121 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

Check failure on line 5121 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

Unterminated string literal.
'\n' +

Check failure on line 5122 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / typecheck

':' expected.
`[Take me to workspace members](${workspaceMembersLink}). That’s it, happy expensing! :)`,
`[Take me to workspace members](${workspaceMembersLink}).`,
},
{
type: 'addAccountingIntegration',
Expand All @@ -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}).`,
},
],
},
Expand Down Expand Up @@ -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.",
},
Expand Down

0 comments on commit 48efeee

Please sign in to comment.