change display name of PreviewAny node to "Preview as Text" (#10796)

This commit is contained in:
Alexander Piskun 2025-11-19 11:25:28 +02:00 committed by GitHub
parent 17027f2a6a
commit 65ee24c978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,5 +39,5 @@ NODE_CLASS_MAPPINGS = {
}
NODE_DISPLAY_NAME_MAPPINGS = {
"PreviewAny": "Preview Any",
"PreviewAny": "Preview as Text",
}