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 %> <% 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| %>