From e3af698168915961138582f2000568ed3187bcb3 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 15 Dec 2025 17:05:19 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20Update=20OAuth=20input=20?= =?UTF-8?q?autocomplete=20and=20refine=20translation=20description=20for?= =?UTF-8?q?=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/SidePanel/MCPBuilder/MCPAuth.tsx | 2 +- client/src/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",