Skip to content

Commit

Permalink
fix: videos title in content dropdown for mfe page (#34038)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki authored Jan 10, 2024
1 parent ea0b6fb commit 4a1458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/widgets/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3 class="title"><span class="label"><span class="label-prefix sr">${_("Course"
% endif
% if context_course.video_pipeline_configured and video_upload_mfe_enabled:
<li class="nav-item nav-course-courseware-videos">
<a href="${get_video_uploads_url(course_key)}">${_("Video Uploads")}</a>
<a href="${get_video_uploads_url(course_key)}">${_("Videos")}</a>
</li>
% endif
</ul>
Expand Down

0 comments on commit 4a1458b

Please sign in to comment.