Skip to content

Commit

Permalink
text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sohailm100 authored Dec 19, 2024
1 parent 7638aa7 commit fb96127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/templates/widgets/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ <h3 class="title"><span class="label"><span class="label-prefix sr">${_("Course"
% endif
% if not updates_mfe_enabled:
<li class="nav-item nav-course-courseware-updates">
<a href="${course_info_url}">${_("Updates")}</a>
<a href="${course_info_url}">Noticeboard</a>
</li>
% endif
% if updates_mfe_enabled:
<li class="nav-item nav-course-courseware-updates">
<a href="${get_updates_url(course_key)}">${_("Updates")}</a>
<a href="${get_updates_url(course_key)}">Noticeboard</a>
</li>
% endif
% if not pages_and_resources_mfe_enabled:
Expand Down

0 comments on commit fb96127

Please sign in to comment.