Merge pull request #13835 from overleaf/mf-add-tos-sso

Add terms notice to institutional SSO registration flow

GitOrigin-RevId: 875c6dbd7d0a78faedf6580fbaec863c5890d0f2
This commit is contained in:
M Fahru 2023-07-20 09:15:03 -07:00 committed by Copybot
parent f742b13398
commit 42cffc8862
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -169,6 +169,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_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.",