From f480e9d6cf6c93115773a867711f0c9ebd8a83b6 Mon Sep 17 00:00:00 2001 From: Colin Murtaugh Date: Sat, 27 Aug 2016 09:46:23 -0400 Subject: [PATCH] customize the email link text/description --- js/help_options.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/help_options.js b/js/help_options.js index 8413f59..7cbde41 100644 --- a/js/help_options.js +++ b/js/help_options.js @@ -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'); + + } /*