Change no fiat value text (#2006)

This commit is contained in:
Mati Dastugue 2021-03-09 07:20:34 -03:00 committed by GitHub
parent 69f0e346a0
commit cb16192555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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