Skip to content

Commit 260a7e2

Browse files
authored
Stake position summary: amend voting power text (#832)
1 parent d116669 commit 260a7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/app/src/comps/StakePositionSummary/StakePositionSummary.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ export function StakePositionSummary({
368368
})}
369369
>
370370
<p>
371-
Voting power increases over time based on the total amount of LQTY staked.
371+
Your relative voting power changes over time, depending on your and others deposits of
372+
LQTY.
372373
</p>
373374
{account.address && (govUser.data?.stakedLQTY ?? 0n) > 0n && (
374375
<div

0 commit comments

Comments
 (0)