mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
fix(guided-tour): remove data wording + uppercase for Blog & Article
This commit is contained in:
parent
3815356b0e
commit
dd8d5f5320
@ -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: {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user