Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-04 19:55:58 +03:00
parent ca13be7165
commit 7f11940679
2 changed files with 2 additions and 6 deletions

View file

@ -57,11 +57,7 @@ internal class SwapAmountFieldConverter(
title = if (isSingleWallet) {
resourceReference(R.string.send_from_title)
} else {
combinedReference(
resourceReference(R.string.send_from_wallet_android),
stringReference(" "),
stringReference(userWallet.name),
)
resourceReference(R.string.send_from_wallet_name, wrappedList(userWallet.name))
},
value = "",
),