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