mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-23 06:21:06 +00:00
fix incorrect intl msg
This commit is contained in:
parent
f66b348365
commit
a08e6ad409
@ -352,7 +352,7 @@ const AccountSend = (props: Props) => {
|
||||
{isCurrentCurrencyToken && selectedToken && (
|
||||
<AmountInputLabel>
|
||||
<FormattedMessage
|
||||
{...l10nSendMessages.YOU_HAVE_TOKEN_BALANCE}
|
||||
{...l10nMessages.YOU_HAVE_TOKEN_BALANCE}
|
||||
values={{
|
||||
tokenBalance: `${selectedTokenBalance} ${
|
||||
selectedToken.symbol
|
||||
|
Loading…
Reference in New Issue
Block a user