diff --git a/src/library-authoring/create-legacy-library/CreateLegacyLibrary.tsx b/src/library-authoring/create-legacy-library/CreateLegacyLibrary.tsx index 4a60d7e35c..7bcf10513e 100644 --- a/src/library-authoring/create-legacy-library/CreateLegacyLibrary.tsx +++ b/src/library-authoring/create-legacy-library/CreateLegacyLibrary.tsx @@ -2,12 +2,14 @@ import { StudioFooterSlot } from '@edx/frontend-component-footer'; import { getConfig } from '@edx/frontend-platform'; import { useIntl } from '@edx/frontend-platform/i18n'; import { + Alert, Container, Form, Button, StatefulButton, ActionRow, } from '@openedx/paragon'; +import { Warning } from '@openedx/paragon/icons'; import { Formik } from 'formik'; import { useNavigate } from 'react-router-dom'; import * as Yup from 'yup'; @@ -100,6 +102,10 @@ export const CreateLegacyLibrary = ({ title={intl.formatMessage(legacyMessages.createLibrary)} /> )} + + {intl.formatMessage(legacyMessages.warningTitle)} + {intl.formatMessage(legacyMessages.warningBody)} +