mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Ensure library export dialog is i18n'd
This commit is contained in:
@@ -624,7 +624,7 @@ RED.editor = (function() {
|
||||
if (node_def.defaults[d].value) {
|
||||
configNode[d] = node_def.defaults[d].value;
|
||||
}
|
||||
}
|
||||
}
|
||||
configNode["_"] = node_def._;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user