mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #1203 from TheGrits/patch-2
Fix gh-1202: ProjectsTitle localization
This commit is contained in:
commit
55bee281c3
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ var Developers = React.createClass({
|
|||
<div className="body-copy column">
|
||||
<h3><FormattedMessage id='developers.learningPrinciplesTitle' /></h3>
|
||||
<dl>
|
||||
<dt><FormattedMessage id='developers.ProjectsTitle' /></dt>
|
||||
<dt><FormattedMessage id='developers.projectsTitle' /></dt>
|
||||
<dd>
|
||||
<FormattedMessage id='developers.learningPrinciplesProjectsBody' />
|
||||
</dd>
|
||||
|
|
Loading…
Reference in a new issue