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 service.", + "by_registering_you_agree_to_our_terms_of_service": "By registering, you agree to our <0>terms of service and <1>privacy notice.", "by_subscribing_you_agree_to_our_terms_of_service": "By subscribing, you agree to our <0>terms of service.", "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>服务条款。", "by_subscribing_you_agree_to_our_terms_of_service": "订阅即表示您同意我们的<0>服务条款。", "can_edit": "可以编辑", "can_link_institution_email_acct_to_institution_acct": "您现在可以将您的 __appName__ 账户 __email__ 与您的 __institutionName__ 机构账户关联。",