From cb3429570c67ca6b3c5ca6c5898486975d353844 Mon Sep 17 00:00:00 2001
From: Adam Palay
${_('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)}