mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Clean up
This commit is contained in:
parent
078463ac25
commit
11b9876930
1 changed files with 3 additions and 3 deletions
|
@ -240,7 +240,7 @@ module.exports = {
|
|||
return (
|
||||
<Slide>
|
||||
<h1>
|
||||
<intl.FormattedMessage id="teacherRegistration.nameStepTitle" />
|
||||
<intl.FormattedHTMLMessage id="teacherRegistration.nameStepTitle" />
|
||||
</h1>
|
||||
<p className="description">
|
||||
<intl.FormattedMessage id="teacherRegistration.nameStepDescription" />
|
||||
|
@ -536,7 +536,7 @@ module.exports = {
|
|||
<h1>
|
||||
<intl.FormattedMessage id="teacherRegistration.emailStepTitle" />
|
||||
</h1>
|
||||
<p>
|
||||
<p className="description">
|
||||
<intl.FormattedMessage id="teacherRegistration.emailStepDescription" />
|
||||
</p>
|
||||
<Card>
|
||||
|
@ -571,7 +571,7 @@ module.exports = {
|
|||
<h1>
|
||||
<intl.FormattedMessage id="teacherRegistration.lastStepTitle" />
|
||||
</h1>
|
||||
<p>
|
||||
<p className="description">
|
||||
<intl.FormattedMessage id="teacherRegistration.lastStepDescription" />
|
||||
</p>
|
||||
<Card className="confirm">
|
||||
|
|
Loading…
Reference in a new issue