From 9b8ef63a42f3ac58b8bd47e043f447ae3884e336 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Wed, 3 Apr 2024 18:27:58 -0400 Subject: [PATCH] DEL: Not needed due to new header design --- components/TransactionsNavigationHeader.tsx | 5 ----- loc/en.json | 1 - 2 files changed, 6 deletions(-) diff --git a/components/TransactionsNavigationHeader.tsx b/components/TransactionsNavigationHeader.tsx index 32a693b4a..6919e472a 100644 --- a/components/TransactionsNavigationHeader.tsx +++ b/components/TransactionsNavigationHeader.tsx @@ -165,11 +165,6 @@ const TransactionsNavigationHeader: React.FC enableAndroidRipple={false} ref={menuRef} buttonStyle={styles.walletBalance} - title={`${loc.wallets.balance} (${ - wallet.getPreferredBalanceUnit() === BitcoinUnit.LOCAL_CURRENCY - ? preferredFiatCurrency?.endPointKey ?? FiatUnit.USD - : wallet.getPreferredBalanceUnit() - })`} onPressMenuItem={onPressMenuItem} actions={ wallet.hideBalance diff --git a/loc/en.json b/loc/en.json index 9e891744b..08a238b21 100644 --- a/loc/en.json +++ b/loc/en.json @@ -391,7 +391,6 @@ "add_title": "Add Wallet", "add_wallet_name": "Name", "add_wallet_type": "Type", - "balance": "Balance", "clipboard_bitcoin": "You have a Bitcoin address on your clipboard. Would you like to use it for a transaction?", "clipboard_lightning": "You have a Lightning invoice on your clipboard. Would you like to use it for a transaction?", "details_address": "Address",