From 2ad2f7869d1fedf830bca5c3bba5faf5ce010017 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 25 May 2026 21:23:38 +0500 Subject: [PATCH] chore(site): rename AI Bridge Sessions dropdown to AI Sessions (#25656) Renames the admin settings dropdown label from "AI Bridge Sessions" to "AI Sessions". The link target (`/aibridge/sessions`) is unchanged. --- site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx index de236e693d..70c81f21dd 100644 --- a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx +++ b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx @@ -90,7 +90,7 @@ const DeploymentDropdownContent: FC = ({ )} {canViewAIBridge && ( - AI Bridge Sessions + AI Sessions )} {canViewHealth && (