@@ -110,10 +110,16 @@ from openedx.core.lib.js_utils import escape_json_dumps
% if xblock.category == 'split_test':
<divclass="bit">
<h3class="title-3">${_("Adding components")}</h3>
<p>${_("Select a component type under {em_start}Add New Component{em_end}. Then select a template.").format(em_start='<strong>', em_end="</strong>") | h}</p>
<p>${_("Select a component type under {strong_start}Add New Component{strong_end}. Then select a template.").format(
strong_start=HTML('<strong>'),
strong_end=HTML("</strong>"),
)}</p>
<p>${_("The new component is added at the bottom of the page or group. You can then edit and move the component.")}</p>