fix(sidebar): pluralize the Knowledge bases nav label (#6514)

This commit is contained in:
Justin Blumencranz
2026-08-10 18:08:50 -07:00
committed by GitHub
parent e0292fc2c8
commit 5f4dc195fb
2 changed files with 2 additions and 2 deletions
@@ -180,7 +180,7 @@ export function SearchModal({
},
{
id: 'knowledge-base',
name: 'Knowledge base',
name: 'Knowledge bases',
icon: Database,
href: `/workspace/${workspaceId}/knowledge`,
hidden: permissionConfig.hideKnowledgeBaseTab,
@@ -819,7 +819,7 @@ export const Sidebar = memo(function Sidebar({
},
{
id: 'knowledge-base',
label: 'Knowledge base',
label: 'Knowledge bases',
icon: Database,
href: `/workspace/${workspaceId}/knowledge`,
hidden: permissionConfig.hideKnowledgeBaseTab,