mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-03 13:23:33 +00:00
Change no fiat value text (#2006)
This commit is contained in:
parent
69f0e346a0
commit
cb16192555
@ -53,7 +53,7 @@ const CurrencyTooltip = (props: CurrencyTooltipProps): React.ReactElement | null
|
||||
const value = valueWithCurrency.replace(/[^\d.-]/g, '')
|
||||
if (!Number(value) && Number(balance)) {
|
||||
return (
|
||||
<Tooltip placement="top" title="Balance may be zero due to missing token price information">
|
||||
<Tooltip placement="top" title="Value may be zero due to missing token price information">
|
||||
<span>
|
||||
<Img className={classes.tooltipInfo} alt="Info Tooltip" height={16} src={InfoIcon} />
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user