From 0c34c030e9b1d6445be74d6b10600244c4d9f528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Tue, 31 Jan 2017 11:41:18 +0100 Subject: [PATCH] adds missing i18n text --- app/views/officing/final_recounts/new.html.erb | 2 +- config/locales/officing.en.yml | 1 + config/locales/officing.es.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/officing/final_recounts/new.html.erb b/app/views/officing/final_recounts/new.html.erb index 0f11ecf3e..ee09a1d38 100644 --- a/app/views/officing/final_recounts/new.html.erb +++ b/app/views/officing/final_recounts/new.html.erb @@ -52,7 +52,7 @@ <%= t("officing.final_recounts.new.date") %> <%= t("officing.final_recounts.new.booth") %> <%= t("officing.final_recounts.new.count") %> - <%= "Recuento del sistema" %> + <%= t("officing.final_recounts.new.system_count") %> <% @final_recounts.each do |final_recount| %> diff --git a/config/locales/officing.en.yml b/config/locales/officing.en.yml index 607346e6b..c591f7b03 100644 --- a/config/locales/officing.en.yml +++ b/config/locales/officing.en.yml @@ -50,6 +50,7 @@ en: count_placeholder: "Final vote count" submit: Save final_recount_list: "Your final recounts" + system_count: "System recount" residence: flash: create: "Document verified with Census" diff --git a/config/locales/officing.es.yml b/config/locales/officing.es.yml index 4e190f178..9de110454 100644 --- a/config/locales/officing.es.yml +++ b/config/locales/officing.es.yml @@ -50,6 +50,7 @@ es: count_placeholder: "Número final de votos" submit: "Guardar" final_recount_list: "Tus recuentos finales" + system_count: "Recuento del sistema" residence: flash: create: "Documento verificado con el Padrón"