Change Search Term and Add "Tutorials" String

This commit is contained in:
The_Grits 2017-01-26 10:10:49 -05:00 committed by GitHub
parent 6f35550ff4
commit 79639cb454
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -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', ''];