@@ -136,51 +136,6 @@ const messages = defineMessages({
136136 defaultMessage : 'Component Preview' ,
137137 description : 'Title for preview modal' ,
138138 } ,
139- manageCollectionsText : {
140- id : 'course-authoring.library-authoring.component.manage-tab.collections.text' ,
141- defaultMessage : 'Manage Collections' ,
142- description : 'Header and button text for collection section in manage tab' ,
143- } ,
144- manageCollectionsAddBtnText : {
145- id : 'course-authoring.library-authoring.component.manage-tab.collections.btn-text' ,
146- defaultMessage : 'Add to Collection' ,
147- description : 'Button text for collection section in manage tab' ,
148- } ,
149- manageCollectionsSearchPlaceholder : {
150- id : 'course-authoring.library-authoring.component.manage-tab.collections.search-placeholder' ,
151- defaultMessage : 'Search' ,
152- description : 'Placeholder text for collection search in manage tab' ,
153- } ,
154- manageCollectionsSelectionLabel : {
155- id : 'course-authoring.library-authoring.component.manage-tab.collections.selection-aria-label' ,
156- defaultMessage : 'Collection selection' ,
157- description : 'Aria label text for collection selection box' ,
158- } ,
159- manageCollectionsToComponentSuccess : {
160- id : 'course-authoring.library-authoring.component.manage-tab.collections.add-success' ,
161- defaultMessage : 'Component collections updated' ,
162- description : 'Message to display on updating component collections' ,
163- } ,
164- manageCollectionsToComponentFailed : {
165- id : 'course-authoring.library-authoring.component.manage-tab.collections.add-failed' ,
166- defaultMessage : 'Failed to update Component collections' ,
167- description : 'Message to display on failure of updating component collections' ,
168- } ,
169- manageCollectionsToComponentConfirmBtn : {
170- id : 'course-authoring.library-authoring.component.manage-tab.collections.add-confirm-btn' ,
171- defaultMessage : 'Confirm' ,
172- description : 'Button text to confirm collections for a component' ,
173- } ,
174- manageCollectionsToComponentCancelBtn : {
175- id : 'course-authoring.library-authoring.component.manage-tab.collections.add-cancel-btn' ,
176- defaultMessage : 'Cancel' ,
177- description : 'Button text to cancel collections selection for a component' ,
178- } ,
179- componentNotOrganizedIntoCollection : {
180- id : 'course-authoring.library-authoring.component.manage-tab.collections.no-collections' ,
181- defaultMessage : 'This component is not organized into any collection.' ,
182- description : 'Message to display in manage collections section when component is not part of any collection.' ,
183- } ,
184139 componentPickerSingleSelect : {
185140 id : 'course-authoring.library-authoring.component-picker.single-select' ,
186141 defaultMessage : 'Add to Course' , // TODO: Change this message to a generic one?
0 commit comments