mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Fix FormattedHTMLMessage
This commit is contained in:
parent
4fa2d24601
commit
e42cf6f25b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ var Developers = React.createClass({
|
|||
<section id="join">
|
||||
<span className="nav-spacer"></span>
|
||||
<h2><FormattedMessage id='developers.joinTitle' /></h2>
|
||||
<p><FormattedMessage id='developers.joinBody' /></p>
|
||||
<p><FormattedHTMLMessage id='developers.joinBody' /></p>
|
||||
</section>
|
||||
|
||||
<section id="donate">
|
||||
|
|
Loading…
Reference in a new issue