diff --git a/src/library-authoring/import-course/messages.ts b/src/library-authoring/import-course/messages.ts index 7d675a39f..8cafc2508 100644 --- a/src/library-authoring/import-course/messages.ts +++ b/src/library-authoring/import-course/messages.ts @@ -151,8 +151,8 @@ const messages = defineMessages({ }, importCourseDetailsTitle: { id: 'course-authoring.library-authoring.import-course.review-details.import-details.title', - defaultMessage: 'Import Details', - description: 'Title of the card for the import details of a imported course.', + defaultMessage: 'Analysis Details', + description: 'Title of the card for the analysis details of a imported course.', }, importCourseDetailsLoadingBody: { id: 'course-authoring.library-authoring.import-course.review-details.import-details.loading.body', diff --git a/src/library-authoring/import-course/stepper/ImportStepperPage.test.tsx b/src/library-authoring/import-course/stepper/ImportStepperPage.test.tsx index 53b7ffbb4..da5916cec 100644 --- a/src/library-authoring/import-course/stepper/ImportStepperPage.test.tsx +++ b/src/library-authoring/import-course/stepper/ImportStepperPage.test.tsx @@ -126,7 +126,7 @@ describe('', () => { )).toBeInTheDocument()); expect(screen.getByText('Analysis Summary')).toBeInTheDocument(); - expect(screen.getByText('Import Details')).toBeInTheDocument(); + expect(screen.getByText('Analysis Details')).toBeInTheDocument(); // The import details is loading expect(screen.getByText('The selected course is being analyzed for import and review')).toBeInTheDocument(); });