diff --git a/app/assets/images/more_info/budgets_en.png b/app/assets/images/help/budgets_en.png
similarity index 100%
rename from app/assets/images/more_info/budgets_en.png
rename to app/assets/images/help/budgets_en.png
diff --git a/app/assets/images/more_info/budgets_es.png b/app/assets/images/help/budgets_es.png
similarity index 100%
rename from app/assets/images/more_info/budgets_es.png
rename to app/assets/images/help/budgets_es.png
diff --git a/app/assets/images/more_info/budgets_fr.png b/app/assets/images/help/budgets_fr.png
similarity index 100%
rename from app/assets/images/more_info/budgets_fr.png
rename to app/assets/images/help/budgets_fr.png
diff --git a/app/assets/images/more_info/budgets_nl.png b/app/assets/images/help/budgets_nl.png
similarity index 100%
rename from app/assets/images/more_info/budgets_nl.png
rename to app/assets/images/help/budgets_nl.png
diff --git a/app/assets/images/more_info/budgets_pt-BR.png b/app/assets/images/help/budgets_pt-BR.png
similarity index 100%
rename from app/assets/images/more_info/budgets_pt-BR.png
rename to app/assets/images/help/budgets_pt-BR.png
diff --git a/app/assets/images/more_info/debates.png b/app/assets/images/help/debates.png
similarity index 100%
rename from app/assets/images/more_info/debates.png
rename to app/assets/images/help/debates.png
diff --git a/app/assets/images/more_info/proposals_en.png b/app/assets/images/help/proposals_en.png
similarity index 100%
rename from app/assets/images/more_info/proposals_en.png
rename to app/assets/images/help/proposals_en.png
diff --git a/app/assets/images/more_info/proposals_es.png b/app/assets/images/help/proposals_es.png
similarity index 100%
rename from app/assets/images/more_info/proposals_es.png
rename to app/assets/images/help/proposals_es.png
diff --git a/app/assets/images/more_info/proposals_fr.png b/app/assets/images/help/proposals_fr.png
similarity index 100%
rename from app/assets/images/more_info/proposals_fr.png
rename to app/assets/images/help/proposals_fr.png
diff --git a/app/assets/images/more_info/proposals_nl.png b/app/assets/images/help/proposals_nl.png
similarity index 100%
rename from app/assets/images/more_info/proposals_nl.png
rename to app/assets/images/help/proposals_nl.png
diff --git a/app/assets/images/more_info/proposals_pt-BR.png b/app/assets/images/help/proposals_pt-BR.png
similarity index 100%
rename from app/assets/images/more_info/proposals_pt-BR.png
rename to app/assets/images/help/proposals_pt-BR.png
diff --git a/app/views/pages/help/_budgets.html.erb b/app/views/pages/help/_budgets.html.erb
index 781463521..1e6cd251d 100644
--- a/app/views/pages/help/_budgets.html.erb
+++ b/app/views/pages/help/_budgets.html.erb
@@ -1,28 +1,28 @@
diff --git a/config/locales/en/pages.yml b/config/locales/en/pages.yml
index 38f6ed25d..3692052d1 100644
--- a/config/locales/en/pages.yml
+++ b/config/locales/en/pages.yml
@@ -3,7 +3,7 @@ en:
census_terms: To confirm the account, you must be 16 or older and be registered, having provided the information requested previously, will verify. By accepting the verification process, you also consent to the verification of this information, as well as the contact methods featuring in said files. The data provided will be acquired and processed in a file mentioned previously in the terms and conditions of use for the Portal.
conditions: Terms and conditions of use
general_terms: Terms and Conditions
- more_info:
+ help:
title: "%{org} is a platform for citizen participation"
subtitle: "In %{org} you can make proposals, vote in citizen consultations, propose participatory budget projects, decide on municipal regulations and open debates to exchange opinions with others."
guide: "This guide explains what each of the %{org} sections are for and how they work."
@@ -72,7 +72,7 @@ en:
titles:
accessibility: Accessibility
conditions: Terms of use
- more_info: "What is %{org}? - Citizen participation"
+ help: "What is %{org}? - Citizen participation"
privacy: Privacy Policy
verify:
code: Code you received in letter
diff --git a/config/locales/es/pages.yml b/config/locales/es/pages.yml
index 4ea5a44a9..0667bdfd8 100644
--- a/config/locales/es/pages.yml
+++ b/config/locales/es/pages.yml
@@ -3,7 +3,7 @@ es:
census_terms: Para verificar la cuenta hay que tener 16 años o más y estar empadronado aportando los datos indicados anteriormente, los cuales serán contrastados. Aceptando el proceso de verificación acepta dar su consentimiento para contrastar dicha información, así como medios de contacto que figuren en dichos ficheros. Los datos aportados serán incorporados y tratados en un fichero indicado anteriormente en las condiciones de uso del portal.
conditions: Condiciones de uso
general_terms: Términos y Condiciones
- more_info:
+ help:
title: "%{org} es una plataforma de participación ciudadana"
subtitle: "En %{org} se pueden hacer propuestas, votar en consultas ciudadanas, plantear proyectos de presupuestos participativos, decidir la normativa municipal y abrir debates para intercambiar opiniones con otras personas."
guide: 'Esta guía explica para qué sirven y cómo funcionan cada una de las secciones de %{org}.'
@@ -72,7 +72,7 @@ es:
titles:
accessibility: Accesibilidad
conditions: Condiciones de uso
- more_info: "¿Qué es %{org}? - Participación ciudadana"
+ help: "¿Qué es %{org}? - Participación ciudadana"
privacy: Política de Privacidad
verify:
code: Código que has recibido en tu carta
diff --git a/spec/controllers/pages_controller_spec.rb b/spec/controllers/pages_controller_spec.rb
index 17a17dc3c..e5c3cfd0a 100644
--- a/spec/controllers/pages_controller_spec.rb
+++ b/spec/controllers/pages_controller_spec.rb
@@ -32,17 +32,17 @@ describe PagesController do
describe 'More info pages' do
it 'includes a more info page' do
- get :show, id: 'more_info/index'
+ get :show, id: 'help/index'
expect(response).to be_ok
end
it 'includes a how_to_use page' do
- get :show, id: 'more_info/how_to_use/index'
+ get :show, id: 'help/how_to_use/index'
expect(response).to be_ok
end
it 'includes a faq page' do
- get :show, id: 'more_info/faq/index'
+ get :show, id: 'help/faq/index'
expect(response).to be_ok
end
end