Skip to content

Commit

Permalink
Merge pull request #108 from edenia/fix/typo
Browse files Browse the repository at this point in the history
fix(webapp): typo
  • Loading branch information
xavier506 committed Jul 5, 2023
2 parents 4914d76 + d2a0745 commit ffc34d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Consensometer = ({ voteData, className = "" }: Props) => {
leadTally >= totalVotesRequiredForConsensus &&
!leaderIsVotingForSelf
) {
helpText = "Leader must vote for themself";
helpText = "Leader Candidates must vote for themselves";
} else if (leadCandidates.length === 1) {
helpText = `Leader needs ${
remainingVotesRequiredForConsensus > 1
Expand Down

0 comments on commit ffc34d7

Please sign in to comment.