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",