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

fix incorrect intl msg
pull/453/head
Vladimir Volek 5 years ago committed by GitHub
commit 0d97496224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save