Compare commits

...

2 Commits

Author SHA1 Message Date
Christian Byrne
a37d9396f5 Merge branch 'main' into fix/rename-api-nodes-to-partner-nodes 2026-06-25 13:21:03 -07:00
Marwan Ahmed
69fd1ddee7 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.
2026-06-19 16:05:18 +03:00

View File

@@ -1535,7 +1535,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",
@@ -1996,11 +1996,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"
},
@@ -2274,7 +2274,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",
@@ -2386,7 +2386,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..."
}
},