mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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.
This commit is contained in:
@@ -90,7 +90,7 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
|
||||
)}
|
||||
{canViewAIBridge && (
|
||||
<DropdownMenuItem asChild>
|
||||
<Link to="/aibridge/sessions">AI Bridge Sessions</Link>
|
||||
<Link to="/aibridge/sessions">AI Sessions</Link>
|
||||
</DropdownMenuItem>
|
||||
)}
|
||||
{canViewHealth && (
|
||||
|
||||
Reference in New Issue
Block a user