mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-16 16:58:33 +00:00
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.
This commit is contained in:
@@ -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..."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user