diff --git a/src/components/Tokens/TokenTable/TokenRow.tsx b/src/components/Tokens/TokenTable/TokenRow.tsx index 49ee94024b..560dd393e7 100644 --- a/src/components/Tokens/TokenTable/TokenRow.tsx +++ b/src/components/Tokens/TokenTable/TokenRow.tsx @@ -289,7 +289,9 @@ export const HEADER_DESCRIPTIONS: Record [TokenSortMethod.PRICE]: undefined, [TokenSortMethod.PERCENT_CHANGE]: undefined, [TokenSortMethod.TOTAL_VALUE_LOCKED]: ( - Total value locked (TVL) is the amount of the asset that’s currently in a Uniswap v3 liquidity pool. + + Total value locked (TVL) is the aggregate amount of the asset available across all Uniswap v3 liquidity pools. + ), [TokenSortMethod.VOLUME]: ( Volume is the amount of the asset that has been traded on Uniswap v3 during the selected time frame.