adds missing i18n for admin/polls tabs
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user