Unverified Commit be0ae330 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #3508 from picklesrus/policy-text

Add privacy policy and link to the email step.
parents 9b79fd7e 3ad17a45
...@@ -155,6 +155,15 @@ class EmailStep extends React.Component { ...@@ -155,6 +155,15 @@ class EmailStep extends React.Component {
<FormattedMessage <FormattedMessage
id="registration.acceptTermsOfUse" id="registration.acceptTermsOfUse"
values={{ values={{
privacyPolicyLink: (
<a
className="join-flow-link"
href="/privacy_policy"
target="_blank"
>
<FormattedMessage id="general.privacyPolicy" />
</a>
),
touLink: ( touLink: (
<a <a
className="join-flow-link" className="join-flow-link"
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
"registration.studentUsernameStepHelpText": "Already have a Scratch account?", "registration.studentUsernameStepHelpText": "Already have a Scratch account?",
"registration.studentUsernameStepTooltip": "You'll need to create a new Scratch account to join this class.", "registration.studentUsernameStepTooltip": "You'll need to create a new Scratch account to join this class.",
"registration.studentUsernameFieldHelpText": "For safety, don't use your real name!", "registration.studentUsernameFieldHelpText": "For safety, don't use your real name!",
"registration.acceptTermsOfUse": "By creating an account, you accept and agree to the {touLink}.", "registration.acceptTermsOfUse": "By creating an account, you acknowledge the {privacyPolicyLink} and you accept and agree to the {touLink}.",
"registration.usernameStepTitle": "Request a Teacher Account", "registration.usernameStepTitle": "Request a Teacher Account",
"registration.usernameStepTitleScratcher": "Create a Scratch Account", "registration.usernameStepTitleScratcher": "Create a Scratch Account",
"registration.validationMaxLength": "Sorry, you have exceeded the maximum character limit.", "registration.validationMaxLength": "Sorry, you have exceeded the maximum character limit.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment