Skip to content

Commit aeca98f

Browse files
committed
Merge remote-tracking branch 'origin/feature/vampireAttack' into feature/vampireAttack
2 parents abcb42c + 043ed02 commit aeca98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/earn/portfolio/v3/initWithdraw/step1/V3WithdrawStep1.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const V3WithdrawStep1 = ({
131131

132132
<div className="opacity-50 space-y-10">
133133
<p>USD value will likely change during the cooldown period</p>
134-
<span>Coverage cost {withdrawalFeeInPercent}%</span>
134+
<span>Withdrawal fee {withdrawalFeeInPercent}%</span>
135135
{Number(withdrawalFeeInTkn) > 0 && (
136136
<>
137137
<span className="px-10">-</span>

0 commit comments

Comments
 (0)