From bedc54e6323460a85b165f06dc31cf2b28f7d8a4 Mon Sep 17 00:00:00 2001
From: David <33458145+davidmcpowell@users.noreply.github.com>
Date: Fri, 5 Apr 2024 09:38:34 +0100
Subject: [PATCH] Merge pull request #17734 from
overleaf/dp-privacy-policy-link
Add privacy notice link to registration smallprint
GitOrigin-RevId: 893363b86753b7464f36620cde1952e2b6644a5f
---
services/web/app/views/_mixins/terms_of_service.pug | 2 +-
services/web/locales/en.json | 2 +-
services/web/locales/zh-CN.json | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/services/web/app/views/_mixins/terms_of_service.pug b/services/web/app/views/_mixins/terms_of_service.pug
index f24dfac672..0fc3887b42 100644
--- a/services/web/app/views/_mixins/terms_of_service.pug
+++ b/services/web/app/views/_mixins/terms_of_service.pug
@@ -1,3 +1,3 @@
mixin termsOfServiceAgreement
div.tos-agreement-notice
- | !{translate("by_registering_you_agree_to_our_terms_of_service", {}, [{name: 'a', attrs: {href: '/legal#Terms', target: '_blank'}}])}
+ | !{translate("by_registering_you_agree_to_our_terms_of_service", {}, [{name: 'a', attrs: {href: '/legal#Terms', target: '_blank'}}, {name: 'a', attrs: {href: '/legal#Privacy', target: '_blank'}}])}
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index 75449e2358..d1e0beb470 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -184,7 +184,7 @@
"bulk_reject_confirm": "Are you sure you want to reject the selected __nChanges__ changes?",
"buy_now_no_exclamation_mark": "Buy now",
"by": "by",
- "by_registering_you_agree_to_our_terms_of_service": "By registering, you agree to our <0>terms of service0>.",
+ "by_registering_you_agree_to_our_terms_of_service": "By registering, you agree to our <0>terms of service0> and <1>privacy notice1>.",
"by_subscribing_you_agree_to_our_terms_of_service": "By subscribing, you agree to our <0>terms of service0>.",
"can_edit": "Can Edit",
"can_link_institution_email_acct_to_institution_acct": "You can now link your __email__ __appName__ account to your __institutionName__ institutional account.",
diff --git a/services/web/locales/zh-CN.json b/services/web/locales/zh-CN.json
index 7d78be23a1..905b4d7842 100644
--- a/services/web/locales/zh-CN.json
+++ b/services/web/locales/zh-CN.json
@@ -179,7 +179,6 @@
"bulk_reject_confirm": "您确认拒绝__nChanges__ 个变动吗?",
"buy_now_no_exclamation_mark": "现在购买",
"by": "由",
- "by_registering_you_agree_to_our_terms_of_service": "注册即表示您同意我们的<0>服务条款0>。",
"by_subscribing_you_agree_to_our_terms_of_service": "订阅即表示您同意我们的<0>服务条款0>。",
"can_edit": "可以编辑",
"can_link_institution_email_acct_to_institution_acct": "您现在可以将您的 __appName__ 账户 __email__ 与您的 __institutionName__ 机构账户关联。",