From 1ae893c6dbb52c1c87cb77defdf72673f65f0efc Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 19 Oct 2023 09:39:14 +0100 Subject: [PATCH] Merge pull request #15198 from overleaf/ae-compliance-footer Add Compliance link to footer GitOrigin-RevId: 2b89c2e4ff5a114469316a071068eb20667a7873 --- services/web/app/views/layout/fat-footer-base.pug | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/app/views/layout/fat-footer-base.pug b/services/web/app/views/layout/fat-footer-base.pug index 8be6728af8..69760d2e4b 100644 --- a/services/web/app/views/layout/fat-footer-base.pug +++ b/services/web/app/views/layout/fat-footer-base.pug @@ -3,6 +3,7 @@ .fat-footer-base-item .fat-footer-base-copyright © #{new Date().getFullYear()} Overleaf a(href="/legal") #{translate('privacy_and_terms')} + a(href="https://www.digital-science.com/security-certifications/") #{translate('compliance')} ul.fat-footer-base-item.list-unstyled.fat-footer-base-language include language-picker .fat-footer-base-section.fat-footer-base-social diff --git a/services/web/locales/en.json b/services/web/locales/en.json index e17388649d..d39fefb4fb 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -289,6 +289,7 @@ "compiler": "Compiler", "compiling": "Compiling", "complete": "Complete", + "compliance": "Compliance", "configure_sso": "Configure SSO", "confirm": "Confirm", "confirm_affiliation": "Confirm Affiliation",