Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Enable your wallet with Add personal bank account task #46359

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4253,16 +4253,16 @@ const CONST = {
'Then, send your request and wait for that sweet “Cha-ching!” when it’s complete.',
},
{
type: 'enableWallet',
type: 'addBankAccount',
autoCompleted: false,
title: 'Enable your wallet',
title: 'Add personal bank account',
description:
'You’ll need to *enable your Expensify Wallet* to get paid back. Don’t worry, it’s easy!\n' +
'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' +
'\n' +
'Here’s how to set up your wallet:\n' +
'Here’s how to set up your bank account:\n' +
'\n' +
'1. Click your profile picture.\n' +
'2. Click *Wallet* > *Enable wallet*.\n' +
'2. *Click Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the bold should be highlighting a label of action.

Suggested change
'2. *Click Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
'2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' +

'3. Connect your bank account.\n' +
'\n' +
'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.',
Expand Down Expand Up @@ -4427,19 +4427,19 @@ const CONST = {
'Feel free to add more details if you want, or just send it off. Let’s get you paid back!',
},
{
type: 'enableWallet',
type: 'addBankAccount',
autoCompleted: false,
title: 'Enable your wallet',
title: 'Add personal bank account',
description:
'You’ll need to *enable your Expensify Wallet* to get paid back. Don’t worry, it’s easy!\n' +
'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' +
'\n' +
'Here’s how to enable your wallet:\n' +
'Here’s how to set up your bank account:\n' +
'\n' +
'1. Click your profile picture.\n' +
'2. *Click Wallet* > *Enable wallet*.\n' +
'3. Add your bank account.\n' +
'2. *Click Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'2. *Click Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
'2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' +

'3. Connect your bank account.\n' +
'\n' +
'Once that’s done, you can request money from anyone and get paid right into your personal bank account.',
'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.',
},
],
},
Expand Down
Loading