Skip to content

Commit c2acaac

Browse files
author
colinmcneil
committed
Change copy from Secrets to Environment
1 parent c6eb054 commit c2acaac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/ui/src/components/CatalogGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({
182182
<Tooltip title="These are tiles which you have allowed MCP clients to use.">
183183
<Tab sx={{ fontSize: '1.5em' }} label="Your Tools" />
184184
</Tooltip>
185-
<Tooltip title="These are secrets which you have set for your MCP clients.">
186-
<Tab sx={{ fontSize: '1.5em' }} label="Secrets" />
185+
<Tooltip title="These are environment variables and secrets which you have set for your MCP clients.">
186+
<Tab sx={{ fontSize: '1.5em' }} label="Your Environment" />
187187
</Tooltip>
188188
</Tabs>
189189
<FormGroup sx={{ width: '100%', mt: 0 }}>

0 commit comments

Comments
 (0)