Fix valid ballots label
It was incorrectly labeled as "total ballots", which actually meant "total valid ballots", but users were unsure as to whether include blank and invalid ballots in that amount.
This commit is contained in:
@@ -1152,7 +1152,7 @@ en:
|
||||
result:
|
||||
table_whites: "Totally blank ballots"
|
||||
table_nulls: "Invalid ballots"
|
||||
table_total: "Total ballots"
|
||||
table_total: "Valid ballots"
|
||||
table_answer: Answer
|
||||
table_votes: Votes
|
||||
results_by_booth:
|
||||
|
||||
Reference in New Issue
Block a user