diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 23fac8bf98..abe1779d99 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -121,24 +121,13 @@ from xmodule.tabs import CourseTabList
${Text(_( 'Thank you for your inquiry or feedback. We typically respond to a request ' - 'within one business day (Monday to Friday, {open_time} UTC to {close_time} UTC.) In the meantime, please ' + 'within one business day, Monday to Friday. In the meantime, please ' 'review our {link_start}detailed FAQs{link_end} where most questions have ' 'already been answered.' )).format( - open_time=open_time, - close_time=close_time, link_start=HTML('').format(marketing_link('FAQ')), link_end=HTML('') )}