File tree Expand file tree Collapse file tree
src/library-authoring/import-course Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ export const CourseImportHomePage = () => {
7070 < Layout . Element >
7171 { courseImports . length ? (
7272 < Stack gap = { 3 } className = "pl-4 mt-4" >
73- < h3 > Previous Imports</ h3 >
73+ < h3 >
74+ < FormattedMessage { ...messages . courseImportPreviousImports } />
75+ </ h3 >
7476 { courseImports . map ( ( courseImport ) => (
7577 < ImportedCourseCard
7678 key = { courseImport . source . key }
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ const messages = defineMessages({
2121 defaultMessage : 'Import Course' ,
2222 description : 'Text for the button to import a course into the library' ,
2323 } ,
24+ courseImportPreviousImports : {
25+ id : 'course-authoring.library-authoring.import-course.previous-imports' ,
26+ defaultMessage : 'Previous Imports' ,
27+ description : 'Title for the list of previous imports' ,
28+ } ,
2429 courseImportTextProgress : {
2530 id : 'course-authoring.library-authoring.import-course.course.text' ,
2631 defaultMessage : '% Imported' ,
You can’t perform that action at this time.
0 commit comments