From 69fd1ddee78966eaae6ab783ae6b5951ecb9b2ad Mon Sep 17 00:00:00 2001 From: Marwan Ahmed Date: Fri, 19 Jun 2026 16:05:18 +0300 Subject: [PATCH] fix: rename user-facing 'API Nodes' to 'Partner Nodes' Update display strings in the sign-in dialog, cost breakdown, settings category, API key description, and login tooltip. i18n lookup keys and 'API Key' references are left unchanged. --- src/locales/en/main.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 9e4f5e3e853..7044876c890 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1506,7 +1506,7 @@ "Light": "Light", "User": "User", "Credits": "Credits", - "API Nodes": "API Nodes", + "API Nodes": "Partner Nodes", "Notification Preferences": "Notification Preferences", "3DViewer": "3DViewer", "Canvas Navigation": "Canvas Navigation", @@ -1966,11 +1966,11 @@ "accessRestrictedMessage": "Your account is not authorized for this feature." }, "apiNodesSignInDialog": { - "title": "Sign In Required to Use API Nodes", - "message": "This workflow contains API Nodes, which require you to be signed in to your account in order to run." + "title": "Sign In Required to Use Partner Nodes", + "message": "This workflow contains Partner Nodes, which require you to be signed in to your account in order to run." }, "apiNodesCostBreakdown": { - "title": "API Node(s)", + "title": "Partner Node(s)", "costPerRun": "Cost per run", "totalCost": "Total Cost" }, @@ -2229,7 +2229,7 @@ "apiKey": { "title": "API Key", "label": "API Key", - "description": "Use your Comfy API key to enable API Nodes", + "description": "Use your Comfy API key to enable Partner Nodes", "placeholder": "Enter your API Key", "error": "Invalid API Key", "storageFailed": "Failed to store API Key", @@ -2340,7 +2340,7 @@ "cancel": "Cancel" }, "loginButton": { - "tooltipHelp": "Login to be able to use \"API Nodes\"", + "tooltipHelp": "Login to be able to use \"Partner Nodes\"", "tooltipLearnMore": "Learn more..." } },