Skip to content

Commit

Permalink
Update text during the onboarding process (makeplane#1149)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
marksftw authored May 28, 2023
1 parent d8c367c commit 030558c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/app/constants/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,27 @@ export const ONBOARDING_CARDS = {
step: "2/5",
title: "Plan with Issues",
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: {
imgURL: Cycle,
step: "3/5",
title: "Move with Cycles",
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: {
imgURL: Module,
step: "4/5",
title: "Break into Modules ",
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: {
imgURL: CommandMenu,
step: "5 /5",
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.",
},
};

Expand Down

0 comments on commit 030558c

Please sign in to comment.