@@ -284,7 +284,7 @@ from edxmako.shortcuts import marketing_link
</header>
<olclass="important-dates">
<liclass="important-dates-item"><iclass="icon fa fa-info-sign"></i><pclass="important-dates-item-title">${_("Course Number")}</p><spanclass="important-dates-item-text course-number">${course.display_number_with_default | h}</span></li>
<liclass="important-dates-item"><iclass="icon fa fa-info-circle"></i><pclass="important-dates-item-title">${_("Course Number")}</p><spanclass="important-dates-item-text course-number">${course.display_number_with_default | h}</span></li>
% if not course.start_date_is_still_default:
<liclass="important-dates-item"><iclass="icon fa fa-calendar"></i><pclass="important-dates-item-title">${_("Classes Start")}</p><spanclass="important-dates-item-text start-date">${course.start_datetime_text()}</span></li>
<pclass="lead"><iclass="icon fa fa-info-sign"></i> {% trans "When you merge a revision with the current, all data will be retained from both versions and merged at its approximate location from each revision." %} <strong>{% trans "After this, it's important to do a manual review." %}</strong></p>
<pclass="lead"><iclass="icon fa fa-info-circle"></i> {% trans "When you merge a revision with the current, all data will be retained from both versions and merged at its approximate location from each revision." %} <strong>{% trans "After this, it's important to do a manual review." %}</strong></p>