Commit 3ad17a45 authored by picklesrus's avatar picklesrus

Add privacy policy and link to the email step.

parent b8450100
......@@ -155,6 +155,15 @@ class EmailStep extends React.Component {
<FormattedMessage
id="registration.acceptTermsOfUse"
values={{
privacyPolicyLink: (
<a
className="join-flow-link"
href="/privacy_policy"
target="_blank"
>
<FormattedMessage id="general.privacyPolicy" />
</a>
),
touLink: (
<a
className="join-flow-link"
......
......@@ -215,7 +215,7 @@
"registration.studentUsernameStepHelpText": "Already have a Scratch account?",
"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.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.usernameStepTitleScratcher": "Create a Scratch Account",
"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