Skip to content

Commit

Permalink
fix: amend text
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Sep 5, 2024
1 parent d8ecc7f commit dbeecce
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 dbeecce

Please sign in to comment.