Skip to content

Commit 9475f7f

Browse files
authored
Merge pull request #13 from Quadrubo/fix/language
fix: language
2 parents a6f488a + c614a13 commit 9475f7f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Layout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const navigation = [
2323
{
2424
title: 'Core concepts',
2525
links: [
26-
{ title: 'Workspace', href: '/workspaces' },
26+
{ title: 'Workspaces', href: '/workspaces' },
2727
{
28-
title: 'Project',
28+
title: 'Projects',
2929
href: '/projects',
3030
},
3131
{ title: 'Issues', href: '/issues' },

src/pages/projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Project
3-
pageTitle: Project | Plane
2+
title: Projects
3+
pageTitle: Projects | Plane
44
description: Projects let you manage teams and tasks within your Workspace. After creating your Workspace, you will need to create a new project.
55
---
66

src/pages/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: WorkSpace
3-
pageTitle: WorkSpace | Plane
2+
title: Workspaces
3+
pageTitle: Workspaces | Plane
44
description: Workspaces in Plane are where you can access all of your content, including issues, cycles, and modules. Everything is organized within a workspace. To help you understand, you can think of a workspace as similar to a server on Discord or an organization on Slack, where you can bring your entire team together to work.
55
---
66

0 commit comments

Comments
 (0)