Cleanup: Consistent use of Nodes 2.0 in user facing strings. (#6898)

https://github.com/Comfy-Org/ComfyUI_frontend/issues/6888

## Summary

Did a quick pass to find user facing strings. Not sure if this gets them
all.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6898-Cleanup-Consistent-use-of-Nodes-2-0-in-user-facing-strings-2b66d73d36508124aee2f5f8373a4b60)
by [Unito](https://www.unito.io)
This commit is contained in:
Alexander Brown
2025-11-24 17:26:16 -08:00
committed by GitHub
parent a21c813d11
commit 9bd63dbe6a
6 changed files with 10 additions and 8 deletions

View File

@@ -1101,7 +1101,7 @@ export const CORE_SETTINGS: SettingParams[] = [
category: ['Comfy', 'Nodes 2.0', 'AutoScaleLayout'],
name: 'Auto-scale layout (Nodes 2.0)',
tooltip:
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
'Automatically scale node positions when switching to Nodes 2.0 rendering to prevent overlap',
type: 'boolean',
sortOrder: 50,
experimental: true,