diff --git a/app/views/officing/voters/_already_voted.html.erb b/app/views/officing/voters/_already_voted.html.erb index cc144eb09..5baa6eaa7 100644 --- a/app/views/officing/voters/_already_voted.html.erb +++ b/app/views/officing/voters/_already_voted.html.erb @@ -1,7 +1,5 @@ - +

<%= t("officing.voters.show.error_already_voted") %>

- - diff --git a/app/views/officing/voters/_cannot_vote.html.erb b/app/views/officing/voters/_cannot_vote.html.erb index bc0d52211..ed5f50898 100644 --- a/app/views/officing/voters/_cannot_vote.html.erb +++ b/app/views/officing/voters/_cannot_vote.html.erb @@ -1,7 +1,5 @@ - +

<%= t("officing.voters.show.cannot_vote") %>

- -