diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html
index 31a60ba1db..a259f21289 100644
--- a/lms/templates/courseware/course_about.html
+++ b/lms/templates/courseware/course_about.html
@@ -118,7 +118,7 @@
%block>
-<%block name="pagetitle">${_("About {course.display_number_with_default}").format(course=course) | h}%block>
+<%block name="pagetitle">${get_course_about_section(course, "title")}%block>