From f3953b0bfecb39822c8a9749f7fedf77c90c4832 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 1 Mar 2019 06:52:59 +0100 Subject: [PATCH] Se recuperan las condiciones de uso del sitio --- app/views/layouts/base.html.erb | 3 ++- config/locales/en.yml | 3 ++- config/locales/es.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index b759614..0ac82f3 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -148,7 +148,8 @@
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9aca206..aa3d78a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1242,6 +1242,7 @@ en: link_my_blog: My Blog - label_legal: Legal notice and terms of use + label_legal: Legal notice + label_legal_terms: Terms of use label_legal_privacy: Privacy policy label_legal_cookies: Cookies policy diff --git a/config/locales/es.yml b/config/locales/es.yml index 09c56a2..6177f32 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1290,6 +1290,7 @@ es: link_my_blog: Mi blog personal - label_legal: Aviso legal y términos de uso + label_legal: Aviso legal + label_legal_terms: Condiciones de uso label_legal_privacy: Política de privacidad label_legal_cookies: Uso de cookies