<%- gettext( 'When you enable course highlight emails, learners ' + 'automatically receive email messages for each section that ' + 'has highlights. You cannot disable highlights after you start ' + 'sending them.' ) %>

<% // xss-lint: disable=underscore-not-escaped %> <%= edx.HtmlUtils.interpolateHtml( gettext( 'Are you sure you want to enable course highlight emails? ' + '{linkStart}Learn more.{linkEnd}' ), { linkStart: edx.HtmlUtils.interpolateHtml( edx.HtmlUtils.HTML(''), {highlightsDocUrl: xblockInfo.attributes.highlights_doc_url} ), linkEnd: edx.HtmlUtils.HTML('') } ) %>