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:
parent
89fa7d3177
commit
3ecda0bff4
@ -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…
Reference in New Issue
Block a user