mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #967 from St19Galla/patch-1
Fix gh-965 - Projects Curated by space
This commit is contained in:
commit
b88a965f18
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ var Splash = injectIntl(React.createClass({
|
||||||
<Box
|
<Box
|
||||||
key="curator_top_projects"
|
key="curator_top_projects"
|
||||||
title={
|
title={
|
||||||
formatMessage({id: 'splash.projectsCuratedBy'}) +
|
formatMessage({id: 'splash.projectsCuratedBy'}) + ' ' +
|
||||||
this.state.featuredGlobal.curator_top_projects[0].curator_name}
|
this.state.featuredGlobal.curator_top_projects[0].curator_name}
|
||||||
moreTitle={formatMessage({id: 'general.learnMore'})}
|
moreTitle={formatMessage({id: 'general.learnMore'})}
|
||||||
moreHref="/studios/386359/">
|
moreHref="/studios/386359/">
|
||||||
|
|
Loading…
Reference in a new issue