diff --git a/packages/node_modules/@node-red/nodes/core/storage/10-file.html b/packages/node_modules/@node-red/nodes/core/storage/10-file.html index 8b2dee0e6..d20ad75c5 100755 --- a/packages/node_modules/@node-red/nodes/core/storage/10-file.html +++ b/packages/node_modules/@node-red/nodes/core/storage/10-file.html @@ -41,7 +41,7 @@
- @@ -266,7 +266,8 @@ inputs:1, outputs:1, outputLabels: function(i) { - return (this._((this.format === "utf8") ? "file.label.utf8String" : "file.label.binaryBuffer")); + var l = this._(((this.format === "utf8")||(this.format === "lines")) ? "file.label.utf8String" : "file.label.binaryBuffer"); + return ( l + (((this.format === "lines")||(this.format === "stream")) ? "s" : "") ); }, icon: "file-in.svg", label: function() {