From f548b04aed632fe726de0300d4aff63108d50fd9 Mon Sep 17 00:00:00 2001
From: Oscar Holm <87929189+Oscarholm@users.noreply.github.com>
Date: Fri, 12 Jun 2026 10:10:06 +0200
Subject: [PATCH] fix: update Claude.ai MCP connector instructions to current
UI (#709)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the en/sv claude_ai_instructions strings from 'Settings → Integrations → Add Integration' to 'Settings → Connectors → Add custom connector' to match Claude's current UI. i18n-only; no code/migration changes.
---
messages/en.json | 2 +-
messages/sv.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/messages/en.json b/messages/en.json
index da863ace..a7a4bce3 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -1459,7 +1459,7 @@
"copy_aria": "Copy",
"connect_mcp_title": "Connect MCP client",
"recommended_badge": "Recommended",
- "claude_ai_instructions": "Go to Settings → Integrations → Add Integration and paste the MCP server URL. You sign in via your {connectorName} account — no API key needed.",
+ "claude_ai_instructions": "Go to Settings → Connectors → Add custom connector and paste the MCP server URL. You sign in via your {connectorName} account — no API key needed.",
"claude_code_cursor": "Claude Code / Cursor",
"terminal_runs_browser_login": "Run in the terminal — sign in via the browser:",
"connect_with_api_key": "Connect with an API key instead",
diff --git a/messages/sv.json b/messages/sv.json
index fcede6bf..383bb23e 100644
--- a/messages/sv.json
+++ b/messages/sv.json
@@ -1459,7 +1459,7 @@
"copy_aria": "Kopiera",
"connect_mcp_title": "Anslut MCP-klient",
"recommended_badge": "Rekommenderat",
- "claude_ai_instructions": "Gå till Settings → Integrations → Add Integration och klistra in MCP-serverns URL. Du loggas in via ditt {connectorName}-konto — ingen API-nyckel behövs.",
+ "claude_ai_instructions": "Gå till Settings → Connectors → Add custom connector och klistra in MCP-serverns URL. Du loggas in via ditt {connectorName}-konto — ingen API-nyckel behövs.",
"claude_code_cursor": "Claude Code / Cursor",
"terminal_runs_browser_login": "Kör i terminalen — loggar in via webbläsaren:",
"connect_with_api_key": "Anslut med API-nyckel istället",