Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  customize the email link text/description
  • Loading branch information
cmurtaugh committed Aug 27, 2016
2 parents ad69dca + f480e9d commit a034529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/help_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ function customizeHelpOptions() {
$('div#help_tray ul li a:contains(Submit a Feature Idea)').parent().hide();
$('div#help_tray ul li a:contains(Ask Your Instructor a Question)').text('Course-related questions');
$('div#help_tray ul li a:contains(Course-related questions) ~ div').text('Ask the teaching staff of your course(s) for assistance');
$('div#help_tray ul li a:contains(Report a Problem)').text('Canvas 24x7 email support');
$('div#help_tray ul li a:contains(Canvas 24x7 email support) ~ div').text('Email Canvas Support for a quick reply');


}

/*
Expand Down

0 comments on commit a034529

Please sign in to comment.