Skip to content

Commit e3b2086

Browse files
authored
fix(inbox): rename LLM analytics source label to AI observability (#2588)
1 parent 6b135fa commit e3b2086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/features/inbox/filterOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const INBOX_SOURCE_OPTIONS: {
8888
},
8989
{
9090
value: "llm_analytics",
91-
label: "LLM analytics",
91+
label: "AI observability",
9292
icon: <BrainIcon size={14} />,
9393
},
9494
{ value: "github", label: "GitHub", icon: <GithubLogoIcon size={14} /> },

0 commit comments

Comments
 (0)