Skip to content

Commit

Permalink
Changing demo text
Browse files Browse the repository at this point in the history
  • Loading branch information
karabeara committed Apr 21, 2017
1 parent ac08fa9 commit aedc2e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/scripts/demo.js
Expand Up @@ -8,7 +8,7 @@ function conductInitialDemo() {
steps: [
{
element: '#full-container',
intro: 'Welcome to Princeton Courses! We have a brief tour to show you the most important features. Click "Next" to begin',
intro: 'Welcome to Princeton Courses! We have a brief tour to show you the most important features. Click "Next" to begin.',
position: 'bottom'
},
{
Expand All @@ -21,14 +21,19 @@ function conductInitialDemo() {
intro: 'Search for specific queries here like \'All Courses\' and \'PDF Only\' options!',
position: 'bottom'
},
{
element: '#sort',
intro: 'Sort your search results by Course Code, Relevance, Rating, or Title here.',
position: 'bottom'
},
{
element: '#favorite-header',
intro: 'Courses that you mark as "Favorites" will appear here.',
position: 'bottom'
},
{
element: '#advanced-header',
intro: 'Filter through grad courses and classes which conflict with your favorited schedule.',
intro: 'Filter through grad courses and classes which conflict with your "Favorites."',
position: 'bottom'
},
{
Expand Down

0 comments on commit aedc2e5

Please sign in to comment.