Merge pull request #17734 from overleaf/dp-privacy-policy-link

Add privacy notice link to registration smallprint

GitOrigin-RevId: 893363b86753b7464f36620cde1952e2b6644a5f
This commit is contained in:
David 2024-04-05 09:38:34 +01:00 committed by Copybot
parent b1928cecef
commit bedc54e632
3 changed files with 2 additions and 3 deletions

View file

@ -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'}}])}

View file

@ -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 service</0>.",
"by_registering_you_agree_to_our_terms_of_service": "By registering, you agree to our <0>terms of service</0> and <1>privacy notice</1>.",
"by_subscribing_you_agree_to_our_terms_of_service": "By subscribing, you agree to our <0>terms of service</0>.",
"can_edit": "Can Edit",
"can_link_institution_email_acct_to_institution_acct": "You can now link your <b>__email__</b> <b>__appName__</b> account to your <b>__institutionName__</b> institutional account.",

View file

@ -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": "您现在可以将您的 <b>__appName__</b> 账户 <b>__email__</b> 与您的 <b>__institutionName__</b> 机构账户关联。",