File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ describe('header utils', () => {
174174 const items = renderHook ( ( ) => useLibraryToolsMenuItems ( 'course-123' ) ) . result . current ;
175175 expect ( items ) . toContainEqual ( {
176176 href : '/library/course-123/backup' ,
177- title : 'Backup to local archive' ,
177+ title : 'Back up to local archive' ,
178178 } ) ;
179179 expect ( items ) . toContainEqual ( { href : '/library/course-123/import' , title : 'Import' } ) ;
180180 } ) ;
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ const messages = defineMessages({
108108 } ,
109109 'header.links.exportLibrary' : {
110110 id : 'header.links.exportLibrary' ,
111- defaultMessage : 'Backup to local archive' ,
112- description : 'Link to Studio Backup Library page' ,
111+ defaultMessage : 'Back up to local archive' ,
112+ description : 'Link to Studio Library Backup page' ,
113113 } ,
114114 'header.menu.teamAccess' : {
115115 id : 'header.links.teamAccess' ,
You can’t perform that action at this time.
0 commit comments