diff --git a/app/views/proposals/_form.html.erb b/app/views/proposals/_form.html.erb index 2f92f2781..4762e309e 100644 --- a/app/views/proposals/_form.html.erb +++ b/app/views/proposals/_form.html.erb @@ -41,7 +41,7 @@
- <%= f.label :geozone_id, t("spending_proposals.form.geozone") %> + <%= f.label :geozone_id, t("proposals.form.geozone") %> <%= f.select :geozone_id, geozone_select_options, {include_blank: t("geozones.none"), label: false} %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index b5899e63a..27d375496 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -255,6 +255,7 @@ en: submit_button: Save changes show_link: View proposal form: + geozone: Scope of operation proposal_external_url: Link to additional documentation proposal_question: Proposal question proposal_question_example_html: Must be summarised in one question with a Yes or No answer. E.g. 'Do you agree with the pedestrianisation of Calle Mayor?' diff --git a/config/locales/es.yml b/config/locales/es.yml index f1241bb15..26e10874c 100755 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -255,6 +255,7 @@ es: submit_button: Guardar cambios show_link: Ver propuesta form: + geozone: "Ámbito de actuación" proposal_external_url: Enlace a documentación adicional proposal_question: Pregunta de la propuesta proposal_question_example_html: Debe ser resumida en una pregunta cuya respuesta sea Sí o No. Ej. '¿Está usted de acuerdo en peatonalizar la calle Mayor?'