From a29b8c4489943f8c677075d6efd8eb750ba27da9 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Mon, 1 Aug 2016 21:09:39 +0100 Subject: [PATCH] Improve text explaining reasons for rejected ballots --- views/resultsdistrict.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/resultsdistrict.haml b/views/resultsdistrict.haml index 5cbf743..44b7e8e 100644 --- a/views/resultsdistrict.haml +++ b/views/resultsdistrict.haml @@ -152,16 +152,16 @@ %h2 Rejected ballot papers %table %tr - %td Want of official mark + %td No official mark on the ballot paper %td.right= commify(@poll.rejected_no_official_mark) %tr %td Voting for too many candidates %td.right= commify(@poll.rejected_too_many_candidates) %tr - %td Writing or mark by which the voter could be identified + %td Voter could be identified by writing or a mark on the ballot paper %td.right= commify(@poll.rejected_identifiable_voter) %tr - %td Unmarked or void for uncertainty + %td Ballot paper unmarked or voter's intention uncertain %td.right= commify(@poll.rejected_blank_or_uncertain) %tr.footer %td