adds missing i18n text

This commit is contained in:
Juanjo Bazán
2017-01-31 11:41:18 +01:00
parent 09a9761c87
commit 0c34c030e9
3 changed files with 3 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
<th><%= t("officing.final_recounts.new.date") %></th>
<th><%= t("officing.final_recounts.new.booth") %></th>
<th><%= t("officing.final_recounts.new.count") %></th>
<th><%= "Recuento del sistema" %></th>
<th><%= t("officing.final_recounts.new.system_count") %></th>
</thead>
<tbody>
<% @final_recounts.each do |final_recount| %>