diff --git a/cms/templates/export.html b/cms/templates/export.html
index 1013fc3aab..d0f546d633 100644
--- a/cms/templates/export.html
+++ b/cms/templates/export.html
@@ -1,9 +1,9 @@
<%page expression_filter="h"/>
<%inherit file="base.html" />
<%def name="online_help_token()">
-<%
+<%
if library:
- return "export_library"
+ return "export_library"
else:
return "export_course"
%>
@@ -249,10 +249,20 @@ else:
${_("What content is exported?")}
-
-
${_("The course content and structure (including sections, subsections, and units) are exported. Values from Advanced Settings, including MATLAB API keys and LTI passports, are also exported. Other data, including student data, grading information, discussion forum data, course settings, and course team information, is not exported.")}
+
${_("The following content is exported.")}
+
+ - ${_("Course content and structure")}
+ - ${_("Course dates")}
+ - ${_("Grading policy")}
+ - ${_("Any group configurations")}
+ - ${_("Settings on the Advanced Settings page, including MATLAB API keys and LTI passports")}
+
+
${_("The following content is not exported.")}
+
+ - ${_("Learner-specific content, such as learner grades and discussion forum data")}
+ - ${_("The course team")}
+
-
${_("Opening the downloaded file")}
## Translators: ".tar.gz" is a file extension, and should not be translated
diff --git a/cms/templates/import.html b/cms/templates/import.html
index 5d20980c58..38678c0562 100644
--- a/cms/templates/import.html
+++ b/cms/templates/import.html
@@ -231,7 +231,7 @@ else:
${_("Course dates")}
${_("Grading policy")}
${_("Any group configurations")}
-
${_("Settings on the Advanced Settings page")}
+
${_("Settings on the Advanced Settings page, including MATLAB API keys and LTI passports")}
${_("The following content is not imported.")}