@@ -11,20 +11,20 @@ const messages = defineMessages({
1111 defaultMessage : 'Preview' ,
1212 description : 'Title for preview tab' ,
1313 } ,
14- organizeTabTitle : {
15- id : 'course-authoring.library-authoring.container-sidebar.organize -tab.title' ,
16- defaultMessage : 'Organize ' ,
17- description : 'Title for organize tab' ,
14+ manageTabTitle : {
15+ id : 'course-authoring.library-authoring.container-sidebar.manage -tab.title' ,
16+ defaultMessage : 'Manage ' ,
17+ description : 'Title for manage tab' ,
1818 } ,
19- organizeTabTagsTitle : {
20- id : 'course-authoring.library-authoring.container-sidebar.organize -tab.tags.title' ,
19+ manageTabTagsTitle : {
20+ id : 'course-authoring.library-authoring.container-sidebar.manage -tab.tags.title' ,
2121 defaultMessage : 'Tags ({count})' ,
22- description : 'Title for tags section in organize tab' ,
22+ description : 'Title for tags section in manage tab' ,
2323 } ,
24- organizeTabCollectionsTitle : {
25- id : 'course-authoring.library-authoring.container-sidebar.organize -tab.collections.title' ,
24+ manageTabCollectionsTitle : {
25+ id : 'course-authoring.library-authoring.container-sidebar.manage -tab.collections.title' ,
2626 defaultMessage : 'Collections ({count})' ,
27- description : 'Title for collections section in organize tab' ,
27+ description : 'Title for collections section in manage tab' ,
2828 } ,
2929 publishContainerButton : {
3030 id : 'course-authoring.library-authoring.container-sidebar.publish-button' ,
0 commit comments