Remove no actions message for citizen that already voted at officing panel
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user