diff --git a/packages/core/admin/admin/src/components/GuidedTour/Modal/tests/index.test.js b/packages/core/admin/admin/src/components/GuidedTour/Modal/tests/index.test.js index e6ebc71921..4b5dec9b28 100644 --- a/packages/core/admin/admin/src/components/GuidedTour/Modal/tests/index.test.js +++ b/packages/core/admin/admin/src/components/GuidedTour/Modal/tests/index.test.js @@ -39,7 +39,7 @@ describe('', () => { it('should match the snapshot with contentTypeBuilder.create layout', async () => { render(App); - expect(screen.getByText('🧠 Create a first Collection-type')).toBeInTheDocument(); + expect(screen.getByText('🧠 Create a first Collection type')).toBeInTheDocument(); expect(document.body).toMatchInlineSnapshot(` .c9 { @@ -670,7 +670,7 @@ describe('', () => { class="c18" id="title" > - 🧠 Create a first Collection-type + 🧠 Create a first Collection type
', () => { - Collection-types help you manage several entries, Single-types are suitable to manage only one entry. + Collection types help you manage several entries, Single types are suitable to manage only one entry. - Ex: For a website, articles would be a Collection type and homepage would be a Single type. + Ex: For a Blog website, Articles would be a Collection type and Homepage would be a Single type.