mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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.games": "Games",
|
||||
"general.music": "Music",
|
||||
"general.stories": "Stories",
|
||||
"general.results": "Results",
|
||||
"general.stories": "Stories",
|
||||
"general.tutorials": "Tutorials",
|
||||
|
||||
"general.teacherAccounts": "Teacher Accounts",
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ var Explore = injectIntl(React.createClass({
|
|||
games: 'games',
|
||||
music: 'music',
|
||||
stories: 'stories',
|
||||
tutorials: 'tutorials'
|
||||
tutorials: 'tutorial'
|
||||
};
|
||||
var typeOptions = ['projects','studios'];
|
||||
var modeOptions = ['trending', 'popular', 'recent', ''];
|
||||
|
|
Loading…
Reference in a new issue