diff --git a/app/views/officing/voters/new.html.erb b/app/views/officing/voters/new.html.erb index a6ab32d33..474b3c2a6 100644 --- a/app/views/officing/voters/new.html.erb +++ b/app/views/officing/voters/new.html.erb @@ -27,3 +27,5 @@ <% end %> + +<%= link_to t("officing.voters.new.not_to_vote"), namespaced_root_path, class: "button" %> diff --git a/config/locales/en/officing.yml b/config/locales/en/officing.yml index d3e827057..7c74962bd 100644 --- a/config/locales/en/officing.yml +++ b/config/locales/en/officing.yml @@ -58,6 +58,7 @@ en: table_poll: Poll table_status: Polls status table_actions: Actions + not_to_vote: The person has decided not to vote at this time show: can_vote: Can vote error_already_voted: Has already participated in this poll diff --git a/config/locales/es/officing.yml b/config/locales/es/officing.yml index 33a015667..c1d1fa837 100644 --- a/config/locales/es/officing.yml +++ b/config/locales/es/officing.yml @@ -58,6 +58,7 @@ es: table_poll: Votación table_status: Estado de las votaciones table_actions: Acciones + not_to_vote: La persona ha decidido no votar por el momento show: can_vote: Puede votar error_already_voted: Ya ha participado en esta votación.