diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index ffa188709..aebbe1d13 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -53,11 +53,11 @@
<% end %>
- <%= link_to t("layouts.header.more_info"),
+ <%= link_to t("layouts.header.help"),
more_info_path,
accesskey: "5",
class: ("active" if current_page?(more_info_path)),
- title: t("shared.go_to_page") + t("layouts.header.more_info") %>
+ title: t("shared.go_to_page") + t("layouts.header.help") %>
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index de64d9cd8..70919b235 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -17,7 +17,7 @@
<%= t("layouts.header.open_city_slogan_html") %>
- <%= link_to t("layouts.header.more_info"), more_info_path, class: "button expanded large" %>
+ <%= link_to t("shared.more_info"), more_info_path, class: "button expanded large" %>
diff --git a/config/locales/en/activerecord.yml b/config/locales/en/activerecord.yml
index 81b25dcad..d231eb2d0 100644
--- a/config/locales/en/activerecord.yml
+++ b/config/locales/en/activerecord.yml
@@ -187,7 +187,7 @@ en:
status: Status
title: Title
updated_at: Updated at
- more_info_flag: Show in more information page
+ more_info_flag: Show in help page
print_content_flag: Print content button
locale: Language
site_customization/image:
diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml
index 205db683c..c3960a3df 100644
--- a/config/locales/en/general.yml
+++ b/config/locales/en/general.yml
@@ -231,7 +231,7 @@ en:
moderation: Moderation
valuation: Valuation
officing: Polling officers
- more_info: More information
+ help: Help
my_account_link: My account
my_activity_link: My activity
notifications: Notifications
@@ -623,6 +623,7 @@ en:
previous_slide: Previous Slide
next_slide: Next Slide
documentation: Additional documentation
+ more_info: More information
social:
blog: "%{org} Blog"
facebook: "%{org} Facebook"
diff --git a/config/locales/es/activerecord.yml b/config/locales/es/activerecord.yml
index b604224cf..f891ed3fc 100644
--- a/config/locales/es/activerecord.yml
+++ b/config/locales/es/activerecord.yml
@@ -183,7 +183,7 @@ es:
status: Estado
title: Título
updated_at: última actualización
- more_info_flag: Mostrar en la página de más información
+ more_info_flag: Mostrar en la página de ayuda
print_content_flag: Botón de imprimir contenido
locale: Idioma
site_customization/image:
diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml
index 7ac16c170..3200f4be0 100644
--- a/config/locales/es/general.yml
+++ b/config/locales/es/general.yml
@@ -231,7 +231,7 @@ es:
moderation: Moderar
valuation: Evaluación
officing: Presidentes de mesa
- more_info: Más información
+ help: Ayuda
my_account_link: Mi cuenta
my_activity_link: Mi actividad
notifications: Notificaciones
@@ -622,6 +622,7 @@ es:
previous_slide: Imagen anterior
next_slide: Siguiente imagen
documentation: Documentación adicional
+ more_info: Más información
social:
blog: "Blog de %{org}"
facebook: "Facebook de %{org}"