diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 1adad2f623..8265520db7 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,8 +141,8 @@ - - ${_("Navigation for {course_name}").format(course_name=context_library.display_name_with_default)} + + ${_("Course Navigation")} @@ -165,8 +165,8 @@ % if user.is_authenticated(): - - ${_("Help & Account Navigation")} + + ${_("Account Navigation")} ${_("Help")} @@ -192,8 +192,8 @@ % else: - - ${_("You're not currently signed in")} + + ${_("Account Navigation")} ${_("Help")}