diff --git a/src/app/(dashboard)/dashboard/providers/[id]/page.tsx b/src/app/(dashboard)/dashboard/providers/[id]/page.tsx index bfc3c06f35..c86be6e8e2 100644 --- a/src/app/(dashboard)/dashboard/providers/[id]/page.tsx +++ b/src/app/(dashboard)/dashboard/providers/[id]/page.tsx @@ -7184,7 +7184,9 @@ function AddApiKeyModal({ open_in_new
Browser/manual connect
++ {t("providerDetailBrowserManualConnect")} +
Open Command Code Studio, then paste the returned key/JSON/URL into the API key field below. @@ -7197,7 +7199,9 @@ function AddApiKeyModal({ {commandCodeAuthState?.authUrl && (
Auth URL
++ {t("providerDetailAuthUrl")} +
Callback URL
++ {t("providerDetailCallbackUrl")} +
- Path is auto-detected per OS (Linux/Mac/Windows). -
+{t("providerDetailPathAutoDetectedAllOs")}
Valid Claude credentials file
++ {t("providerDetailValidClaudeCredentialsFile")} +
)} {singleJson && !previewClaudeJson(singleJson).valid && (diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 9b076f8a55..2bb38a8d82 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -3615,7 +3615,12 @@ "ideProvidersDesc": "Editors with built-in AI subscription. Use the provider page to import credentials directly from the IDE keychain.", "noIdeProviders": "No IDE providers match the current filters.", "providerDetailFastTierTooltip": "Apply Codex Fast tier to all Codex connections by default", - "providerDetailFastDefaultLabel": "Fast default" + "providerDetailFastDefaultLabel": "Fast default", + "providerDetailBrowserManualConnect": "Browser/manual connect", + "providerDetailAuthUrl": "Auth URL", + "providerDetailCallbackUrl": "Callback URL", + "providerDetailValidClaudeCredentialsFile": "Valid Claude credentials file", + "providerDetailPathAutoDetectedAllOs": "Path is auto-detected per OS (Linux/Mac/Windows)." }, "settings": { "title": "Settings",