Change subflow edit dialog titles

This commit is contained in:
Nick O'Leary
2019-02-09 21:20:20 +00:00
parent 7cef990ba6
commit bdc1da70c1
2 changed files with 4 additions and 3 deletions

View File

@@ -517,7 +517,7 @@ RED.editor = (function() {
label = RED._("subflow.editSubflow",{name:node.name})
} else if (node.type.indexOf("subflow:")===0) {
var subflow = RED.nodes.subflow(node.type.substring(8));
label = RED._("subflow.editSubflow",{name:subflow.name})
label = RED._("subflow.editSubflowInstance",{name:subflow.name})
} else {
if (typeof node._def.paletteLabel !== "undefined") {
try {