Skip to content

Commit

Permalink
Merge pull request #46630 from Expensify/francois-revert-46359
Browse files Browse the repository at this point in the history
[CP Staging] Revert "Merge pull request #46359 from nyomanjyotisa/issue-46231"
  • Loading branch information
Beamanator authored Aug 1, 2024
2 parents 73f97c9 + 291f19d commit bbaa9da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
},
],
},
Expand Down

0 comments on commit bbaa9da

Please sign in to comment.