adds missing i18n

This commit is contained in:
Alberto Garcia Cabeza
2016-12-28 13:48:39 +01:00
parent 241ddcb163
commit f08cbed080

View File

@@ -7,8 +7,8 @@
<% else %>
<table class="margin">
<thead>
<th><%= t("admin.polls.show.name") %></th>
<th><%= t("admin.polls.show.email") %></th>
<th><%= t("admin.polls.show.table_name") %></th>
<th><%= t("admin.polls.show.table_email") %></th>
</thead>
<tbody>
<% @poll.officers.each do |officer| %>