mirror of https://github.com/node-red/node-red.git
Fix import notification message when importing config nodes
parent
073f0c2a20
commit
bf0ea89969
|
@ -4957,7 +4957,7 @@ RED.view = (function() {
|
|||
counts.push(RED._("clipboard.group",{count:newGroupCount}));
|
||||
}
|
||||
if (newConfigNodeCount > 0) {
|
||||
counts.push(RED._("clipboard.configNode",{count:newNodeCount}));
|
||||
counts.push(RED._("clipboard.configNode",{count:newConfigNodeCount}));
|
||||
}
|
||||
if (new_subflows.length > 0) {
|
||||
counts.push(RED._("clipboard.subflow",{count:new_subflows.length}));
|
||||
|
|
Loading…
Reference in New Issue