Updated on 2026-08-14
This commit is contained in:
parent
ca13be7165
commit
7f11940679
2 changed files with 2 additions and 6 deletions
|
|
@ -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 = "",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue