adds missing i18n for admin/polls tabs

This commit is contained in:
Juanjo Bazán
2016-12-06 13:50:40 +01:00
parent ef77dd039b
commit e8ccc07273
3 changed files with 9 additions and 6 deletions

View File

@@ -4,8 +4,7 @@
<li class="tabs-title is-active">
<%= link_to "#tab-questions" do %>
<h2>
<%# t("proposals.show.comments_tab") %>
Preguntas
<%= t("admin.polls.show.questions_tab") %>
<span class="js-comments-count">(<%= @poll.questions.count %>)</span>
</h2>
<% end %>
@@ -13,8 +12,7 @@
<li class="tabs-title">
<%= link_to "#tab-booths" do %>
<h2>
<%# t("proposals.show.notifications_tab") %>
Urnas
<%= t("admin.polls.show.booths_tab") %>
(<%= @poll.booths.count %>)
</h2>
<% end %>
@@ -22,8 +20,7 @@
<li class="tabs-title">
<%= link_to "#tab-officers" do %>
<h2>
<%# t("proposals.show.notifications_tab") %>
Presidentes
<%= t("admin.polls.show.officers_tab") %>
(<%= @poll.officers.count %>)
</h2>
<% end %>