Skip to content

Commit 6d266c9

Browse files
committed
h/t Austin: update Auto-scale text too.
1 parent c5a6abe commit 6d266c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
},
337337
"Comfy_VueNodes_AutoScaleLayout": {
338338
"name": "Auto-scale layout (Nodes 2.0)",
339-
"tooltip": "Automatically scale node positions when switching to Vue rendering to prevent overlap"
339+
"tooltip": "Automatically scale node positions when switching to Nodes 2.0 rendering to prevent overlap"
340340
},
341341
"Comfy_VueNodes_Enabled": {
342342
"name": "Modern Node Design (Nodes 2.0)",

src/platform/settings/constants/coreSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ export const CORE_SETTINGS: SettingParams[] = [
11011101
category: ['Comfy', 'Nodes 2.0', 'AutoScaleLayout'],
11021102
name: 'Auto-scale layout (Nodes 2.0)',
11031103
tooltip:
1104-
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
1104+
'Automatically scale node positions when switching to Nodes 2.0 rendering to prevent overlap',
11051105
type: 'boolean',
11061106
sortOrder: 50,
11071107
experimental: true,

0 commit comments

Comments
 (0)