From 035fd7f5a0baa19bd3e300c3db46d1406bfb61ce Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:00:17 +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 34e012e44..e4a7f32b2 100644 --- a/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx +++ b/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx @@ -129,7 +129,7 @@ export const tooltipMapping: Record = { 'used to calculate how much is the LP bond slashed if they fail to reach the minimum SLA. Valid values: any decimal number >= 0 and <=1.0 with a default value of 0.5.' ), maximumLiquidityFeeFactorLevel: t( - 'used in validating 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.' + '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.' ), stakeToCCYVolume: t( 'used to translate a commitment to an obligation. Any decimal number >0 with default value 1.0.'