diff --git a/app/src/main/java/com/tangem/wallet/binance/BinanceAssetEngine.java b/app/src/main/java/com/tangem/wallet/binance/BinanceAssetEngine.java index 9e336690a3..3bdc80e3b8 100644 --- a/app/src/main/java/com/tangem/wallet/binance/BinanceAssetEngine.java +++ b/app/src/main/java/com/tangem/wallet/binance/BinanceAssetEngine.java @@ -136,7 +136,7 @@ public class BinanceAssetEngine extends CoinEngine { } else if (awaitingConfirmation()) { ctx.setMessage(R.string.loaded_wallet_message_wait); } else if (coinData.getBalance() == null || coinData.getBalance().isZero()) { - ctx.setMessage(ctx.getString(R.string.confirm_transaction_error_not_enough_eth_for_fee)); + ctx.setMessage(ctx.getString(R.string.confirm_transaction_error_not_enough_bnb_for_fee)); } else { return true; } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a2cd5b4f1e..4077dc857d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -211,6 +211,7 @@ Cannot calculate fee! Wrong data received from the node Please wait for confirmation of incoming transaction Not enough ETH funds for fee + Not enough BNB funds for fee Not enough XLM funds for fee Not enough RBTC funds for fee Target account is not created! Send 1+ XLM to create it