fix(guided-tour): remove data wording + uppercase for Blog & Article

This commit is contained in:
ronronscelestes 2022-02-10 11:47:58 +01:00
parent 3815356b0e
commit dd8d5f5320
2 changed files with 5 additions and 6 deletions

View File

@ -59,8 +59,8 @@ const layout = {
},
cta: {
title: {
id: 'app.components.GuidedTour.home.CM.cta.title',
defaultMessage: 'Create data',
id: 'app.components.GuidedTour.create-content',
defaultMessage: 'Create content',
},
type: 'REDIRECT',
target: '/content-manager',
@ -74,7 +74,7 @@ const layout = {
content: {
id: 'app.components.GuidedTour.CM.create.content',
defaultMessage:
'<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the blog website example further, one can write an article, save and publish it as they like.</p>',
'<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p>',
},
cta: {
title: {

View File

@ -242,10 +242,9 @@
"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": "<p>Good going!</p><b>⚡️ What would you like to share with the world?</b>",
"app.components.GuidedTour.CTB.success.cta.title": "Create content",
"app.components.GuidedTour.home.CM.title": "⚡️ What would you like to share with the world?",
"app.components.GuidedTour.home.CM.cta.title": "Create data",
"app.components.GuidedTour.CM.create.content": "<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the blog website example further, one can write an article, save and publish it as they like.</p>",
"app.components.GuidedTour.CM.create.title": "⚡️ Create content",
"app.components.GuidedTour.CM.create.content": "<p>Create and manage all the content here in the Content Manager.</p><p>Ex: Taking the Blog website example further, one can write an Article, save and publish it as they like.</p>",
"app.components.GuidedTour.CM.success.title": "Step 2: Completed ✅",
"app.components.GuidedTour.CM.success.content": "<p>Awesome, one last step to go!</p><b>🚀 See content in action</b>",
"app.components.GuidedTour.CM.success.cta.title": "Test the API",