mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
Change Search Term and Add "Tutorials" String
This commit is contained in:
parent
6f35550ff4
commit
79639cb454
2 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@
|
||||||
"general.art": "Art",
|
"general.art": "Art",
|
||||||
"general.games": "Games",
|
"general.games": "Games",
|
||||||
"general.music": "Music",
|
"general.music": "Music",
|
||||||
"general.stories": "Stories",
|
|
||||||
"general.results": "Results",
|
"general.results": "Results",
|
||||||
|
"general.stories": "Stories",
|
||||||
|
"general.tutorials": "Tutorials",
|
||||||
|
|
||||||
"general.teacherAccounts": "Teacher Accounts",
|
"general.teacherAccounts": "Teacher Accounts",
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ var Explore = injectIntl(React.createClass({
|
||||||
games: 'games',
|
games: 'games',
|
||||||
music: 'music',
|
music: 'music',
|
||||||
stories: 'stories',
|
stories: 'stories',
|
||||||
tutorials: 'tutorials'
|
tutorials: 'tutorial'
|
||||||
};
|
};
|
||||||
var typeOptions = ['projects','studios'];
|
var typeOptions = ['projects','studios'];
|
||||||
var modeOptions = ['trending', 'popular', 'recent', ''];
|
var modeOptions = ['trending', 'popular', 'recent', ''];
|
||||||
|
|
Loading…
Reference in a new issue