diff --git a/client/src/components/SidePanel/MCPBuilder/MCPAuth.tsx b/client/src/components/SidePanel/MCPBuilder/MCPAuth.tsx index 1c3d2dfa5d..33fd89e8f3 100644 --- a/client/src/components/SidePanel/MCPBuilder/MCPAuth.tsx +++ b/client/src/components/SidePanel/MCPBuilder/MCPAuth.tsx @@ -418,7 +418,7 @@ const OAuth = ({ inputClasses }: { inputClasses: string }) => { diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index a19c1e7c0a..0bcf88d673 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -740,7 +740,7 @@ "com_ui_authentication_type": "Authentication Type", "com_ui_auto": "Auto", "com_ui_auto_detect": "Auto Detect", - "com_ui_auto_detect_description": "DCR will be attempted in case auth is actually required. Choose this if your MCP server has no auth requirements or DCR is supported.", + "com_ui_auto_detect_description": "DCR will be attempted if auth is required. Choose this if your MCP server has no auth requirements or supports DCR.", "com_ui_avatar": "Avatar", "com_ui_azure": "Azure", "com_ui_azure_ad": "Entra ID",