From 549f697cfab9b8603aed1bb64392c343f35e1cb2 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:14:42 +0100 Subject: [PATCH] Update libs/liquidity/src/lib/liquidity-table.tsx --- libs/liquidity/src/lib/liquidity-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/liquidity/src/lib/liquidity-table.tsx b/libs/liquidity/src/lib/liquidity-table.tsx index c13f9693e..9487497bc 100644 --- a/libs/liquidity/src/lib/liquidity-table.tsx +++ b/libs/liquidity/src/lib/liquidity-table.tsx @@ -136,7 +136,7 @@ export const LiquidityTable = forwardRef( field: 'commitmentAmount', type: 'rightAligned', headerTooltip: t( - `The liquidity provider's obligation to the market, calculated as the liquidity commitment amount multiplied by the value of the stake_to_ccy_siskas network parameter to convert into units of liquidity volume. The obligation can be met by a combination of LP orders and limit orders on the order book.` + `The liquidity provider's obligation to the market, calculated as the liquidity commitment amount multiplied by the value of the stake_to_ccy_volume network parameter to convert into units of liquidity volume. The obligation can be met by a combination of LP orders and limit orders on the order book.` ), valueFormatter: stakeToCcyVolumeQuantumFormatter, tooltipValueGetter: stakeToCcyVolumeFormatter,