diff --git a/app/views/pages/conditions.html.erb b/app/views/pages/conditions.html.erb index bcd6304ef..df0436a4c 100644 --- a/app/views/pages/conditions.html.erb +++ b/app/views/pages/conditions.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('pages.titles.conditions') %><% end %>
diff --git a/app/views/pages/more_information.html.erb b/app/views/pages/more_information.html.erb index 4b64b2137..d935484f0 100644 --- a/app/views/pages/more_information.html.erb +++ b/app/views/pages/more_information.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('pages.titles.more_information') %><% end %>
diff --git a/app/views/pages/opendata.html.erb b/app/views/pages/opendata.html.erb index 5ca8e8116..7d5302b0d 100644 --- a/app/views/pages/opendata.html.erb +++ b/app/views/pages/opendata.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('pages.titles.opendata') %><% end %>
diff --git a/app/views/pages/privacy.html.erb b/app/views/pages/privacy.html.erb index 424b3d8a5..a79000ac8 100644 --- a/app/views/pages/privacy.html.erb +++ b/app/views/pages/privacy.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('pages.titles.privacy') %><% end %>
diff --git a/app/views/pages/transparency.html.erb b/app/views/pages/transparency.html.erb index ac3c12d10..a8b254adf 100644 --- a/app/views/pages/transparency.html.erb +++ b/app/views/pages/transparency.html.erb @@ -1,3 +1,4 @@ +<% provide :title do %><%= t('pages.titles.transparency') %><% end %>
diff --git a/config/locales/pages.en.yml b/config/locales/pages.en.yml index 6d730d17e..1c670b314 100644 --- a/config/locales/pages.en.yml +++ b/config/locales/pages.en.yml @@ -1,5 +1,11 @@ en: pages: + titles: + more_information: "More information" + privacy: "Privacy Policy" + transparency: "Transparency" + opendata: "Open Data" + conditions: "Terms of use" conditions: "Terms of use" privacy: diff --git a/config/locales/pages.es.yml b/config/locales/pages.es.yml index c743e39e2..8abf49953 100644 --- a/config/locales/pages.es.yml +++ b/config/locales/pages.es.yml @@ -1,5 +1,11 @@ es: pages: + titles: + more_information: "Más información" + privacy: "Política de Privacidad" + transparency: "Transparencia" + opendata: "Datos abiertos" + conditions: "Condiciones de uso" conditions: "Condiciones de uso" privacy: