diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 5957db6df..1d26a4aed 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -23,8 +23,7 @@
- msg. - + msg.
@@ -87,9 +86,9 @@ }, label: function() { if (this.complete === "true") { - return this.name||"debug msg"; + return this.name||"msg"; } else { - return this.name||"debug msg." + this.complete; + return this.name || "msg." + (this.complete === "false" ? "payload" : this.complete); } }, labelStyle: function() {