From b1a5a324c7c48c53919407c7a7aae80f159c7e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Thu, 26 Jan 2017 13:15:43 +0100 Subject: [PATCH] adds missing checkbox label for unfeasible investments --- app/views/admin/shared/_budget_investment_search.html.erb | 1 + config/locales/admin.en.yml | 1 + config/locales/admin.es.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/admin/shared/_budget_investment_search.html.erb b/app/views/admin/shared/_budget_investment_search.html.erb index 410044c10..f29a3a0d1 100644 --- a/app/views/admin/shared/_budget_investment_search.html.erb +++ b/app/views/admin/shared/_budget_investment_search.html.erb @@ -14,6 +14,7 @@
<%= check_box_tag :unfeasible, "1", params[:unfeasible].present? %> + <%= t("admin.budget_investments.search_unfeasible") %>
diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index dadcb7745..460319748 100755 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -153,6 +153,7 @@ en: tags: Tags tags_placeholder: "Write the tags you want separated by commas (,)" undefined: Undefined + search_unfeasible: Search unfeasible comments: index: filter: Filter diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml index 09959cfde..7d6438416 100644 --- a/config/locales/admin.es.yml +++ b/config/locales/admin.es.yml @@ -153,6 +153,7 @@ es: tags: Etiquetas tags_placeholder: "Escribe las etiquetas que desees separadas por comas (,)" undefined: Sin definir + search_unfeasible: Buscar inviables comments: index: filter: Filtro