diff --git a/app/views/admin/poll/polls/_filter_subnav.html.erb b/app/views/admin/poll/polls/_filter_subnav.html.erb index 4c4353a2c..d92cf7235 100644 --- a/app/views/admin/poll/polls/_filter_subnav.html.erb +++ b/app/views/admin/poll/polls/_filter_subnav.html.erb @@ -4,8 +4,7 @@
  • <%= link_to "#tab-questions" do %>

    - <%# t("proposals.show.comments_tab") %> - Preguntas + <%= t("admin.polls.show.questions_tab") %> (<%= @poll.questions.count %>)

    <% end %> @@ -13,8 +12,7 @@
  • <%= link_to "#tab-booths" do %>

    - <%# t("proposals.show.notifications_tab") %> - Urnas + <%= t("admin.polls.show.booths_tab") %> (<%= @poll.booths.count %>)

    <% end %> @@ -22,8 +20,7 @@
  • <%= link_to "#tab-officers" do %>

    - <%# t("proposals.show.notifications_tab") %> - Presidentes + <%= t("admin.polls.show.officers_tab") %> (<%= @poll.officers.count %>)

    <% end %> diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index 63039d6e3..1e5805888 100755 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -175,6 +175,9 @@ en: starts_at: "Open date" ends_at: "Close date" show: + questions_tab: Questions + booths_tab: Booths + officers_tab: Officers no_booths: "There are no booths in this poll." add_booth: "Add booth" booths_title: "List of booths" diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml index af948e799..21687b54d 100644 --- a/config/locales/admin.es.yml +++ b/config/locales/admin.es.yml @@ -175,6 +175,9 @@ es: starts_at: "Fecha de apertura" ends_at: "Fecha de cierre" show: + questions_tab: Preguntas + booths_tab: Urnas + officers_tab: Presidentes de mesa no_booths: "No hay urnas en esta votación." add_booth: "Añadir urna" booths_title: "Listado de urnas"