From 291f19d9e711be50e0d340deca6b4ecd9a1127b2 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Wed, 31 Jul 2024 19:05:07 -0700 Subject: [PATCH] Revert "Merge pull request #46359 from nyomanjyotisa/issue-46231" This reverts commit 019fadcad26da437c6f47764dec1d623bda8c52f, reversing changes made to 7d39fe069c392df879a6b4c649c70de1fb0803e4. --- src/CONST.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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.', }, ], },