Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
3ad17a45
Commit
3ad17a45
authored
Nov 06, 2019
by
picklesrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add privacy policy and link to the email step.
parent
b8450100
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/components/join-flow/email-step.jsx
src/components/join-flow/email-step.jsx
+9
-0
src/l10n.json
src/l10n.json
+1
-1
No files found.
src/components/join-flow/email-step.jsx
View file @
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"
...
...
src/l10n.json
View file @
3ad17a45
...
@@ -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 ac
knowledge the {privacyPolicyLink} and you ac
cept 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."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment