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.
Ex: For a website, articles would be a Collection type and homepage would be a Single type.
',
+ '
Collection types help you manage several entries, Single types are suitable to manage only one entry.
Ex: For a Blog website, Articles would be a Collection type and Homepage would be a Single type.
',
},
cta: {
title: {
id: 'app.components.GuidedTour.CTB.create.cta.title',
- defaultMessage: 'Build a Collection-type',
+ defaultMessage: 'Build a Collection type',
},
type: 'CLOSE',
},
diff --git a/packages/core/admin/admin/src/translations/en.json b/packages/core/admin/admin/src/translations/en.json
index a5f983ccce..9f85df3dd5 100644
--- a/packages/core/admin/admin/src/translations/en.json
+++ b/packages/core/admin/admin/src/translations/en.json
@@ -236,10 +236,10 @@
"app.components.GuidedTour.title": "3 steps to get started",
"app.components.GuidedTour.create-content": "Create content",
"app.components.GuidedTour.home.CTB.title": "🧠 Build the content structure",
- "app.components.GuidedTour.home.CTB.cta.title": "Go to the Content-type Builder",
- "app.components.GuidedTour.CTB.create.title": "🧠 Create a first Collection-type",
- "app.components.GuidedTour.CTB.create.content": "
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.
",
- "app.components.GuidedTour.CTB.create.cta.title": "Build a Collection-type",
+ "app.components.GuidedTour.home.CTB.cta.title": "Go to the Content type Builder",
+ "app.components.GuidedTour.CTB.create.title": "🧠 Create a first Collection type",
+ "app.components.GuidedTour.CTB.create.content": "
Collection types help you manage several entries, Single types are suitable to manage only one entry.
Ex: For a Blog website, Articles would be a Collection type and Homepage would be a Single type.
",
+ "app.components.GuidedTour.CTB.create.cta.title": "Build a Collection type",
"app.components.GuidedTour.CTB.success.title": "Step 1: Completed ✅",
"app.components.GuidedTour.CTB.success.content": "
Good going!
⚡️ What would you like to share with the world?",
"app.components.GuidedTour.CTB.success.cta.title": "Create content",