From 9a257e0ca89a6b78fd5efe1c2c854bc325e4eb55 Mon Sep 17 00:00:00 2001 From: lynn <41491154+lynnshaoyu@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:28:00 -0500 Subject: [PATCH] fix: correct copy on TVL (#5968) fix copy --- src/components/Tokens/TokenTable/TokenRow.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.