adds missing i18n
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<% else %>
|
<% else %>
|
||||||
<table class="margin">
|
<table class="margin">
|
||||||
<thead>
|
<thead>
|
||||||
<th><%= t("admin.polls.show.name") %></th>
|
<th><%= t("admin.polls.show.table_name") %></th>
|
||||||
<th><%= t("admin.polls.show.email") %></th>
|
<th><%= t("admin.polls.show.table_email") %></th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% @poll.officers.each do |officer| %>
|
<% @poll.officers.each do |officer| %>
|
||||||
|
|||||||
Reference in New Issue
Block a user