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