From fd2d513bc701e8110c388f1f024d6df8dd335d74 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:56:40 +0100 Subject: [PATCH] Update libs/markets/src/lib/components/market-info/tooltip-mapping.tsx Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- libs/markets/src/lib/components/market-info/tooltip-mapping.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx b/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx index f00e3ab69..b64666f48 100644 --- a/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx +++ b/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx @@ -128,7 +128,7 @@ export const tooltipMapping: Record = { 'The maximum amount, as a fraction, that an LP's bond can be slashed by if they fail to reach the minimum SLA. This is a network parameter.' ), maximumLiquidityFeeFactorLevel: t( - 'This is a network parameter. It is used to validate the proposed fee amounts that are submitted as part of the LP commitment transaction. Note that a value of 0.05 = 5%. Valid values are: any decimal number >=0 and <=1. Default value 1.' + 'Maximum value that a proposed fee amount can be, which is submitted as part of the LP commitment transaction. Note that a value of 0.05 = 5%. This is a network parameter.' ), stakeToCCYVolume: t( `Multiplier used to translate an LP's commitment amount to their liquidity obligation. This is a network parameter.`