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…
Reference in New Issue