diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html
index 41a751aae4..5aae550fd9 100644
--- a/lms/templates/help_modal.html
+++ b/lms/templates/help_modal.html
@@ -106,7 +106,7 @@ discussion_link = get_discussion_link(course) if course else None
).format(
open_time=open_time,
close_time=close_time,
- link_start='',
+ link_start=''.format(marketing_link('FAQ')),
link_end=''
)}