Updated on 2026-08-14

This commit is contained in:
Tangem 2022-07-25 23:06:35 +04:00
parent bf98bd9fbc
commit 136db91d9d
6 changed files with 6 additions and 6 deletions

View file

@ -108,7 +108,7 @@ class DialogManager : StoreSubscriber<GlobalState> {
is WalletConnectDialog.UnsupportedNetwork ->
SimpleAlertDialog.create(
titleRes = R.string.wallet_connect,
messageRes = R.string.wallet_connect_unsupported_blockchain,
messageRes = R.string.wallet_connect_scanner_error_unsupported_network,
context = context
)
is BackupDialog.AddMoreBackupCards -> AddMoreBackupCardsDialog.create(context)