Remove no actions message for citizen that already voted at officing panel

This commit is contained in:
Bertocq
2017-10-17 21:41:52 +02:00
parent d3fb4e2615
commit ceec71e558
3 changed files with 2 additions and 5 deletions

View File

@@ -3,6 +3,5 @@
<strong><%= t("officing.voters.show.error_already_voted") %></strong> <strong><%= t("officing.voters.show.error_already_voted") %></strong>
</p> </p>
</td> </td>
<td class="text-center"> <td>
<small><%= t("officing.voters.show.no_actions") %></small>
</td> </td>

View File

@@ -63,7 +63,6 @@ en:
show: show:
can_vote: Can vote can_vote: Can vote
error_already_voted: Has already participated in this poll error_already_voted: Has already participated in this poll
no_actions: There is no available actions
submit: Confirm vote submit: Confirm vote
success: "Vote introduced!" success: "Vote introduced!"
can_vote: can_vote:

View File

@@ -63,8 +63,7 @@ es:
show: show:
can_vote: Puede votar can_vote: Puede votar
error_already_voted: "Ya ha participado en esta votación" error_already_voted: "Ya ha participado en esta votación"
no_actions: No hay acciones disponibles
submit: Confirmar voto submit: Confirmar voto
success: "¡Voto introducido!" success: "¡Voto introducido!"
can_vote: can_vote:
submit_disable_with: "Espera, confirmando voto..." submit_disable_with: "Espera, confirmando voto..."