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

Fix/message "fiat rates not available" for xrp
pull/569/head
Vladimir Volek 5 years ago committed by GitHub
commit f165f084a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,7 +142,7 @@ class AccountBalance extends PureComponent<Props, State> {
<Tooltip
maxWidth={285}
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} />
</Tooltip>

Loading…
Cancel
Save