Skip to content

Commit 38d6e32

Browse files
committed
update looping wording
1 parent 7cc6844 commit 38d6e32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/components/layout/LoopingDialog.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ export default function LoopingDialog() {
101101
className: "pb-0",
102102
titleClassName: "text-warning",
103103
titleIcon: <AlertTriangle />,
104-
title: "Looped positions",
104+
title: "Looping detected",
105105
}}
106106
isAutoHeight
107107
>
108108
<div className="flex flex-col gap-4 p-4">
109109
<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.
113113
</TLabelSans>
114114

115115
<div className="flex flex-col gap-2">

0 commit comments

Comments
 (0)