1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Merge pull request #555 from trezor/fix/fiat-rate-nan-l10n

Fix/message "fiat rates not available" for xrp
This commit is contained in:
Vladimir Volek 2019-05-22 14:24:56 +02:00 committed by GitHub
commit f165f084a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ class AccountBalance extends PureComponent<Props, State> {
<Tooltip <Tooltip
maxWidth={285} maxWidth={285}
placement="top" placement="top"
content="Fiat rates are not currently available." content={<FormattedMessage {...l10nMessages.TR_FIAT_RATES_ARE_NOT_CURRENTLY} />}
> >
<StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} /> <StyledIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} />
</Tooltip> </Tooltip>