diff --git a/packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx b/packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx index e789affd0a..0d9d3e0f6d 100644 --- a/packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx +++ b/packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx @@ -1,6 +1,4 @@ import { Button } from '@wordpress/components'; -import { info } from '@wordpress/icons'; -import { __ } from '@wordpress/i18n'; import { TemplateCategory } from '../../store'; type Props = { @@ -19,7 +17,6 @@ export function TemplateCategoriesListSidebar( {
{ __( 'No recent templates.' ) }
++ { __( + 'Your recent creations will appear here as soon as you begin.' + ) } +
++ { __( + 'Templates created on the legacy editor will not appear here.', + 'mailpoet' + ) } +
+