Skip to content

Commit

Permalink
Merge branch 'openedx:master' into jci/issue#35245
Browse files Browse the repository at this point in the history
  • Loading branch information
jciasenza authored Jan 14, 2025
2 parents b9be44e + 7fa6824 commit 390cfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lms/templates/header/navbar-authenticated.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="mobile-nav-item hidden-mobile nav-item nav-tab">
<a class="tab-nav-link discover-new-link" href="${marketing_link('COURSES')}"
aria-current="${'page' if '/courses' in request.path else 'false'}">
${_('Discover New')}
${_("Discover New")}
</a>
</div>
% endif
Expand Down
2 changes: 1 addition & 1 deletion lms/templates/header/navbar-not-authenticated.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
% if allows_login:
% if can_discover_courses:
<div class="mobile-nav-item hidden-mobile nav-item">
<a href="/courses">${_('Explore courses')}</a>
<a href="/courses">${_("Explore courses")}</a>
</div>
%endif
% endif
Expand Down

0 comments on commit 390cfac

Please sign in to comment.