diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 84cb690a03..a0a0eca9c3 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -31,7 +31,13 @@ discussion_link = get_discussion_link(course) if course else None

% 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)}