mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Update text during the onboarding process (#1149)
* Update text during the onboarding process A few of the phrases were worded in ways that took a bit longer to process. These changes should make onboarding more comfortable. * Update text
This commit is contained in:
parent
d8c367c51e
commit
030558c026
@ -43,27 +43,27 @@ export const ONBOARDING_CARDS = {
|
|||||||
step: "2/5",
|
step: "2/5",
|
||||||
title: "Plan with Issues",
|
title: "Plan with Issues",
|
||||||
description:
|
description:
|
||||||
"The issue is the building block of the Plane. Most concepts in Plane are either associated with issues and their properties.",
|
"Issues are the building blocks of Plane. Most concepts in Plane are associated with issues or their properties.",
|
||||||
},
|
},
|
||||||
cycle: {
|
cycle: {
|
||||||
imgURL: Cycle,
|
imgURL: Cycle,
|
||||||
step: "3/5",
|
step: "3/5",
|
||||||
title: "Move with Cycles",
|
title: "Move with Cycles",
|
||||||
description:
|
description:
|
||||||
"Cycles help you and your team to progress faster, similar to the sprints commonly used in agile development.",
|
"Cycles help you and your team progress faster, similar to sprints commonly used in agile development.",
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
imgURL: Module,
|
imgURL: Module,
|
||||||
step: "4/5",
|
step: "4/5",
|
||||||
title: "Break into Modules ",
|
title: "Break into Modules ",
|
||||||
description:
|
description:
|
||||||
"Modules break your big think into Projects or Features, to help you organize better.",
|
"Modules break your big thoughts into Projects or Features, to help you organize better.",
|
||||||
},
|
},
|
||||||
commandMenu: {
|
commandMenu: {
|
||||||
imgURL: CommandMenu,
|
imgURL: CommandMenu,
|
||||||
step: "5 /5",
|
step: "5 /5",
|
||||||
title: "Command Menu",
|
title: "Command Menu",
|
||||||
description: "With Command Menu, you can create, update and navigate across the platform.",
|
description: "With Command Menu, you can create, update, and navigate across the platform.",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user