Rename peoples to people

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-03-14 14:42:43 +04:00
parent 8a2478fe82
commit 1f0e8316b4
6 changed files with 13 additions and 13 deletions

View File

@@ -151,13 +151,13 @@ function getNavItems(organizationId?: string): NavItem[] {
title: "Organizations",
icon: Building,
url: organizationId
? `/organizations/${organizationId}/peoples`
? `/organizations/${organizationId}/people`
: undefined,
items: organizationId
? [
{
title: "Peoples",
url: `/organizations/${organizationId}/peoples`,
url: `/organizations/${organizationId}/people`,
icon: Users,
},
{