Skip to content

Commit

Permalink
Merge pull request #52942 from prakashbask/fix/52789
Browse files Browse the repository at this point in the history
Update copy on the wallet settings page
  • Loading branch information
tgolen authored Nov 25, 2024
2 parents 6cb0256 + ddb5b93 commit 1445086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1408,9 +1408,7 @@ const translations = {
secureAccessToYourMoney: 'Secure access to your money',
receiveMoney: 'Receive money in your local currency',
expensifyWallet: 'Expensify Wallet',
sendAndReceiveMoney: 'Send and receive money with friends',
enableWalletToSendAndReceiveMoney: 'Enable your wallet to send and receive money with friends.',
walletEnabledToSendAndReceiveMoney: 'Your wallet has been enabled to send and receive money with friends.',
sendAndReceiveMoney: 'Send and receive money with friends.',
enableWallet: 'Enable wallet',
addBankAccountToSendAndReceive: 'Get paid back for expenses you submit to a workspace.',
addBankAccount: 'Add bank account',
Expand Down
4 changes: 1 addition & 3 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,9 +1409,7 @@ const translations = {
secureAccessToYourMoney: 'Acceso seguro a tu dinero',
receiveMoney: 'Recibe dinero en tu moneda local',
expensifyWallet: 'Billetera Expensify',
sendAndReceiveMoney: 'Envía y recibe dinero desde tu Billetera Expensify',
enableWalletToSendAndReceiveMoney: 'Habilita tu Billetera Expensify para comenzar a enviar y recibir dinero con amigos.',
walletEnabledToSendAndReceiveMoney: 'Tu billetera ha sido habilitada para enviar y recibir dinero con amigos.',
sendAndReceiveMoney: 'Envía y recibe dinero desde tu Billetera Expensify.',
enableWallet: 'Habilitar billetera',
addBankAccountToSendAndReceive: 'Recibe el reembolso de los gastos que envíes a un espacio de trabajo.',
addBankAccount: 'Añadir cuenta bancaria',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/settings/Wallet/WalletPage/WalletPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) {

{hasWallet && (
<Section
subtitle={translate(`walletPage.${hasActivatedWallet ? 'walletEnabledToSendAndReceiveMoney' : 'enableWalletToSendAndReceiveMoney'}`)}
title={translate('walletPage.sendAndReceiveMoney')}
subtitle={translate(`walletPage.sendAndReceiveMoney`)}
title={translate('walletPage.expensifyWallet')}
isCentralPane
titleStyles={styles.accountSettingsSectionTitle}
>
Expand Down

0 comments on commit 1445086

Please sign in to comment.