diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 0596380f68..786a1c6051 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -43,8 +43,8 @@ - - ${_("Navigation for {course_name}").format(course_name=context_course.display_name_with_default)} + + ${_("Course Navigation")} ${_("Course")} ${_("Content")} @@ -141,7 +141,7 @@ - + ${_("Navigation for {course_name}").format(course_name=context_library.display_name_with_default)} @@ -166,7 +166,7 @@ % if user.is_authenticated(): - ${_("Help & Account Navigation")} + ${_("Account Navigation")} ${_("Help")} @@ -193,7 +193,7 @@ % else: - ${_("You're not currently signed in")} + ${_("Account Navigation")} ${_("Help")}