diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml
index c61a75bf1..3d0d324fa 100755
--- a/config/locales/admin.en.yml
+++ b/config/locales/admin.en.yml
@@ -301,10 +301,6 @@ en:
edit:
title: "Edit poll"
submit_button: "Update poll"
- form:
- name: "Name"
- starts_at: "Open date"
- ends_at: "Close date"
show:
questions_tab: Questions
booths_tab: Booths
@@ -357,7 +353,6 @@ en:
valid_answers: Valid answers
summary: Summary
description: Description
- geozones: Geozones
preview: View on website
booths:
index:
diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml
index 8efda5869..cca26a737 100644
--- a/config/locales/admin.es.yml
+++ b/config/locales/admin.es.yml
@@ -301,10 +301,6 @@ es:
edit:
title: "Editar votación"
submit_button: "Actualizar votación"
- form:
- name: "Nombre"
- starts_at: "Fecha de apertura"
- ends_at: "Fecha de cierre"
show:
questions_tab: Preguntas
booths_tab: Urnas
@@ -357,7 +353,6 @@ es:
valid_answers: Respuestas válidas
summary: Resumen
description: Descripción
- geozones: Distritos
preview: Ver en la web
booths:
index:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 1fe8ea956..2697fb396 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -411,7 +411,6 @@ en:
verify_link: "verify your account"
cant_answer_incoming: "This poll has not yet started."
cant_answer_expired: "This poll has finished."
- cant_answer_wrong_geozone: "You can't answers the following %{count} questions because are not available in your geozone."
question_count_html: "This poll has a total of %{count} qeustions."
poll_questions:
create_question: "Create question"
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 5b42d0bd3..2ae41a5ce 100755
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -411,7 +411,6 @@ es:
verify_link: "verifica tu cuenta"
cant_answer_incoming: "Esta votación todavía no ha comenzado."
cant_answer_expired: "Esta votación ha terminado."
- cant_answer_wrong_geozone: "No puedes responder a las siguientes %{count} preguntas porque no están disponibles en tu zona:"
question_count_html: "Esta votación tiene un total de %{count} preguntas."
poll_questions:
create_question: "Crear pregunta para votación"