Skip to content

Commit

Permalink
fix: capitalization of "Manage Tags" menu item in Studio (#34072)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido authored Jan 18, 2024
1 parent 11cbf0d commit f2606ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/studio_xblock_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
% endif
% if use_tagging:
<li class="nav-item">
<a class="manage-tags-button" href="#" role="button">${_("Manage tags")}</a>
<a class="manage-tags-button" href="#" role="button">${_("Manage Tags")}</a>
</li>
% endif
% if is_course:
Expand Down

0 comments on commit f2606ca

Please sign in to comment.