diff --git a/app/views/admin/poll/booths/index.html.erb b/app/views/admin/poll/booths/index.html.erb index d646111a4..d61c67ed1 100644 --- a/app/views/admin/poll/booths/index.html.erb +++ b/app/views/admin/poll/booths/index.html.erb @@ -11,6 +11,7 @@ class: "button success" %> <% if @booths.any? %> +

<%= page_entries_info @booths %>

diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index 109ee7468..ff452aaea 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -28,6 +28,9 @@ en: organization: one: "Organisation" other: "Organisations" + poll/booth: + one: "booth" + other: "booths" proposal: one: "Citizen proposal" other: "Citizen proposals" diff --git a/config/locales/activerecord.es.yml b/config/locales/activerecord.es.yml index 52b1a0471..df414a012 100644 --- a/config/locales/activerecord.es.yml +++ b/config/locales/activerecord.es.yml @@ -31,6 +31,9 @@ es: proposal: one: "Propuesta ciudadana" other: "Propuestas ciudadanas" + poll/booth: + one: "urna" + other: "urnas" spending_proposal: one: "Propuesta de inversión" other: "Propuestas de inversión"
<%= t("admin.booths.index.name") %>