Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Nov 15, 2024
1 parent 00c31d4 commit de17778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/components/Proposals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,14 @@ export function Proposals({
},
{
id: 2,
name: "Your voting weight used",
name: "Voting weight used",
stat: memberSupportedProposalsPct,
className: `${
memberSupportedProposalsPct >= 100 ?
"bg-secondary-content text-secondary-soft border-secondary-content"
: "bg-primary-content text-primary-soft border-primary-content"
}`,
info: "Is the percentage of your pool weight supporting proposals.",
info: "Reflects the percentage of your pool weight supporting proposals.",
},
];

Expand Down

0 comments on commit de17778

Please sign in to comment.