1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-13 00:22:38 +00:00

fix fiat rates not available msg

This commit is contained in:
slowbackspace 2019-05-16 15:47:29 +02:00
parent 89fa7d3177
commit 3ecda0bff4

View File

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