Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-28 21:34:40 +03:00
parent 7f71ef182e
commit ed053eb38f
10 changed files with 83 additions and 42 deletions

View file

@ -24,7 +24,7 @@ internal class SendAmountFieldConverter(
),
placeholder = TextReference.Str(DEFAULT_VALUE),
isError = false,
error = TextReference.Res(R.string.send_insufficient_funds),
error = TextReference.Res(R.string.swapping_insufficient_funds),
)
}