Skip to content

Commit

Permalink
feat: Manage tags - add descriptions to translation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Apr 30, 2024
1 parent 2eb0ff7 commit d2b35b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/course-unit/course-xblock/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const messages = defineMessages({
blockLabelButtonManageTags: {
id: 'course-authoring.course-unit.xblock.button.manageTags.label',
defaultMessage: 'Manage tags',
description: 'The xblock manage tags button text',
},
visibilityMessage: {
id: 'course-authoring.course-unit.xblock.visibility.message',
Expand Down
1 change: 1 addition & 0 deletions src/generic/tag-count/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const messages = defineMessages({
tooltipText: {
id: 'course-authoring.generic.tag-count.tooltip.text',
defaultMessage: 'Manage tags',
description: 'Tag count button text tooltip',
},
});

Expand Down

0 comments on commit d2b35b5

Please sign in to comment.