Skip to content

Commit

Permalink
docs: add descriptions to add component messages
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Nov 22, 2024
1 parent b57ef21 commit a63f176
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/course-unit/add-component/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,42 @@ const messages = defineMessages({
title: {
id: 'course-authoring.course-unit.add.component.title',
defaultMessage: 'Add a new component',
description: 'Title text for add component section in course unit.',
},
buttonText: {
id: 'course-authoring.course-unit.add.component.button.text',
defaultMessage: 'Add Component:',
description: 'Information text for screen-readers about each add component button',
},
modalBtnText: {
id: 'course-authoring.course-unit.modal.button.text',
defaultMessage: 'Select',
description: 'Information text for screen-readers about each add component button',
},
singleComponentPickerModalTitle: {
id: 'course-authoring.course-unit.modal.single-title.text',
defaultMessage: 'Select component',
description: 'Library content picker modal title.',
},
multipleComponentPickerModalTitle: {
id: 'course-authoring.course-unit.modal.multiple-title.text',
defaultMessage: 'Select components',
description: 'Problem bank component picker modal title.',
},
multipleComponentPickerModalBtn: {
id: 'course-authoring.course-unit.modal.multiple-btn.text',
defaultMessage: 'Add selected components',
description: 'Problem bank component add button text.',
},
modalContainerTitle: {
id: 'course-authoring.course-unit.modal.container.title',
defaultMessage: 'Add {componentTitle} component',
description: 'Modal title for adding components',
},
modalContainerCancelBtnText: {
id: 'course-authoring.course-unit.modal.container.cancel.button.text',
defaultMessage: 'Cancel',
description: 'Modal cancel button text.',
},
modalComponentSupportLabelFullySupported: {
id: 'course-authoring.course-unit.modal.component.support.label.fully-supported',
Expand Down

0 comments on commit a63f176

Please sign in to comment.