1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-08 07:01:04 +00:00

Merge pull request #449 from trezor/fix/token-balance-msg

fix incorrect intl msg
This commit is contained in:
Vladimir Volek 2019-03-13 14:13:29 +01:00 committed by GitHub
commit 0d97496224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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