diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 84cb690a031d..a0a0eca9c3c1 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -31,7 +31,13 @@

${_('{span_start}{platform_name}{span_end} Help').format(span_start=' % endif -

${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='', link_end='', platform_name=settings.PLATFORM_NAME)}

+

${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format( + link_start=''.format( + url=marketing_link('FAQ') + ), + link_end='', + platform_name=settings.PLATFORM_NAME)} +

${_('Have a question about something specific? You can contact the {platform_name} general support team directly:').format(platform_name=settings.PLATFORM_NAME)}