Skip to content

Commit

Permalink
fix: message case (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido authored Apr 6, 2024
1 parent 50d2577 commit 99a144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-tags-drawer/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ const messages = defineMessages({
},
manageTagsButton: {
id: 'course-authoring.content-tags-drawer.button.manage',
defaultMessage: 'Manage Tags',
defaultMessage: 'Manage tags',
description: 'Label in the button that opens the drawer to edit content tags',
},
tagsSidebarTitle: {
id: 'course-authoring.course-unit.sidebar.tags.title',
defaultMessage: 'Unit Tags',
defaultMessage: 'Unit tags',
description: 'Title of the tags sidebar',
},
collapsibleAddTagsPlaceholderText: {
Expand Down

0 comments on commit 99a144a

Please sign in to comment.