From f1765dc29ee9e46f2d784f3758f17517c337a50c Mon Sep 17 00:00:00 2001 From: ronronscelestes Date: Tue, 8 Feb 2022 18:46:46 +0100 Subject: [PATCH] fix(guided-tour): removed "-" from Collection/Single type wording --- .../components/GuidedTour/Modal/tests/index.test.js | 10 +++++----- .../admin/admin/src/components/GuidedTour/layout.js | 8 ++++---- packages/core/admin/admin/src/translations/en.json | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) 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.