diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index 8cd5368ad0..0be247ed89 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -25,7 +25,7 @@ def url_class(is_active):
  • % endif - ${tab.name | h} + ${_(tab.name) | h} % if tab.is_active == True: , current location %endif