Skip to content

Commit

Permalink
Merge pull request #302 from privacy-scaling-explorations/fix/text
Browse files Browse the repository at this point in the history
fix: amend text
  • Loading branch information
kittybest authored Sep 5, 2024
2 parents d8ecc7f + dbeecce commit 71071b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Projects = (): JSX.Element => {
content={
<div className="flex items-center gap-2">
<FiAlertCircle className="h-4 w-4" />
Voting is enabled until Registration period ends.
Voting is disabled until the Registration period ends.
</div>
}
status="default"
Expand All @@ -83,7 +83,7 @@ export const Projects = (): JSX.Element => {
content={
<div className="flex items-center gap-2">
<FiAlertCircle className="h-4 w-4" />
Voting already ended, you cannot vote anymore.
The voting period has ended.
</div>
}
status="default"
Expand Down

0 comments on commit 71071b4

Please sign in to comment.