diff --git a/app/views/dashboard/polls/_form.html.erb b/app/views/dashboard/polls/_form.html.erb index 8f277f053..ab4f32dcf 100644 --- a/app/views/dashboard/polls/_form.html.erb +++ b/app/views/dashboard/polls/_form.html.erb @@ -42,7 +42,7 @@
diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 2e4b00fac..4ff4c2096 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -198,6 +198,20 @@ ignore_unused: # - "simple_form.{yes,no}" # - "simple_form.{placeholders,hints,labels}.*" # - "simple_form.{error_notification,required}.:" +#### Review unused keys after merge with Budgest (both en and es) + - users.show.confirm_deletion_spending_proposal + - users.show.delete_spending_proposal + - verification.letter.create.flash.offices_url + - verification.letter.new.offices_url + - votes.budget_investments.different_heading_assigned* + - layouts.header.open_city_title + - admin.stats.polls.current + - admin.stats.polls.expired + - "stats.polls.*_percentage" + - landings.cambia_tu_ciudad.* + - 'seeds.settings.*' + - "dashboard.polls.*.submit" +#### ## Exclude these keys from the `i18n-tasks eq-base" report: # ignore_eq_base: # all: diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 076d2f8f6..c0d8c802f 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -551,6 +551,8 @@ en: new: title: New poll submit: Create poll + edit: + submit: Update poll poll: responses: one: "%{count} response" diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index ed2b41c69..aba9b68e6 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -551,6 +551,8 @@ es: new: title: Nueva encuesta submit: Crear encuesta + edit: + submit: Actualizar encuesta poll: responses: one: "%{count} respuesta"