diff --git a/apps/console/src/components/NavMain.tsx b/apps/console/src/components/NavMain.tsx index e5a4ac69c..633a05907 100644 --- a/apps/console/src/components/NavMain.tsx +++ b/apps/console/src/components/NavMain.tsx @@ -155,7 +155,7 @@ function getNavItems(organizationId?: string): NavItem[] { icon: BookOpen, }, { - title: "Peoples", + title: "People", url: `/organizations/${organizationId}/people`, icon: Users, },