File tree 1 file changed +4
-4
lines changed
frontend/src/components/layout
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ export default function LoopingDialog() {
101
101
className : "pb-0" ,
102
102
titleClassName : "text-warning" ,
103
103
titleIcon : < AlertTriangle /> ,
104
- title : "Looped positions " ,
104
+ title : "Looping detected " ,
105
105
} }
106
106
isAutoHeight
107
107
>
108
108
< div className = "flex flex-col gap-4 p-4" >
109
109
< TLabelSans className = "text-foreground" >
110
- You are looping (depositing and borrowing the same asset, or
111
- USDT-USDC) which is penalized to receive less SUI incentives.
112
- Eliminate looping to maximize rewards .
110
+ You are looping (depositing and borrowing the same asset or
111
+ USDT-USDC). Soon, looped positions will no longer be eligible for LM
112
+ rewards. Please unloop to remain eligible .
113
113
</ TLabelSans >
114
114
115
115
< div className = "flex flex-col gap-2" >
You can’t perform that action at this time.
0 commit comments