diff --git a/packages/app/src/components/page-list/Empty.tsx b/packages/app/src/components/page-list/Empty.tsx index 4430b8f1a9..f8dfc6745d 100644 --- a/packages/app/src/components/page-list/Empty.tsx +++ b/packages/app/src/components/page-list/Empty.tsx @@ -14,7 +14,6 @@ export const PageListEmpty = (props: { listType?: string }) => { {listType === 'all' &&
{t('emptyAllPages')}
} {listType === 'favorite' &&{t('emptyFavourite')}
} {listType === 'trash' &&{t('emptyTrash')}
} -{t('still designed')}
); };