|
1 | 1 | import { defineMessages } from '@edx/frontend-platform/i18n'; |
2 | 2 |
|
3 | 3 | const messages = defineMessages({ |
4 | | - selectLibraryInfo: { |
5 | | - id: 'course-authoring.library-authoring.pick-components.select-library.info', |
6 | | - defaultMessage: 'Select which Library would you like to reference components from.', |
| 4 | + 'selectLibraryInfo.components': { |
| 5 | + id: 'course-authoring.library-authoring.pick-components.select-library.info.components', |
| 6 | + defaultMessage: 'Choose a library to browse components.', |
7 | 7 | description: 'The info text for the select library component', |
8 | 8 | }, |
| 9 | + 'selectLibraryInfo.units': { |
| 10 | + id: 'course-authoring.library-authoring.pick-components.select-library.info.units', |
| 11 | + defaultMessage: 'Choose a library to browse units.', |
| 12 | + description: 'The info text for the select library for units', |
| 13 | + }, |
| 14 | + 'selectLibraryInfo.sections': { |
| 15 | + id: 'course-authoring.library-authoring.pick-components.select-library.info.sections', |
| 16 | + defaultMessage: 'Choose a library to browse sections.', |
| 17 | + description: 'The info text for the select library for sections', |
| 18 | + }, |
| 19 | + 'selectLibraryInfo.subsections': { |
| 20 | + id: 'course-authoring.library-authoring.pick-components.select-library.info.subsections', |
| 21 | + defaultMessage: 'Choose a library to browse subsections.', |
| 22 | + description: 'The info text for the select library for subsections', |
| 23 | + }, |
| 24 | + 'selectLibraryInfo.collections': { |
| 25 | + id: 'course-authoring.library-authoring.pick-components.select-library.info.collections', |
| 26 | + defaultMessage: 'Choose a library to browse collections.', |
| 27 | + description: 'The info text for the select library for collections', |
| 28 | + }, |
9 | 29 | selectLibrarySearchPlaceholder: { |
10 | 30 | id: 'course-authoring.library-authoring.pick-components.select-library.search-placeholder', |
11 | 31 | defaultMessage: 'Search for a library', |
|
0 commit comments