diff --git a/src/CONST.ts b/src/CONST.ts index 0099ddbb5297..ed4de999c78c 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -4254,16 +4254,16 @@ const CONST = { 'Then, send your request and wait for that sweet “Cha-ching!” when it’s complete.', }, { - type: 'addBankAccount', + type: 'enableWallet', autoCompleted: false, - title: 'Add personal bank account', + title: 'Enable your wallet', description: - 'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' + + 'You’ll need to *enable your Expensify Wallet* to get paid back. Don’t worry, it’s easy!\n' + '\n' + - 'Here’s how to set up your bank account:\n' + + 'Here’s how to set up your wallet:\n' + '\n' + '1. Click your profile picture.\n' + - '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + + '2. Click *Wallet* > *Enable wallet*.\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.', @@ -4428,19 +4428,19 @@ const CONST = { 'Feel free to add more details if you want, or just send it off. Let’s get you paid back!', }, { - type: 'addBankAccount', + type: 'enableWallet', autoCompleted: false, - title: 'Add personal bank account', + title: 'Enable your wallet', description: - 'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' + + 'You’ll need to *enable your Expensify Wallet* to get paid back. Don’t worry, it’s easy!\n' + '\n' + - 'Here’s how to set up your bank account:\n' + + 'Here’s how to enable your wallet:\n' + '\n' + '1. Click your profile picture.\n' + - '2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' + - '3. Connect your bank account.\n' + + '2. *Click Wallet* > *Enable wallet*.\n' + + '3. Add 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.', + 'Once that’s done, you can request money from anyone and get paid right into your personal bank account.', }, ], },