diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js index 91ad65fe2..64d526dc9 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js @@ -1694,7 +1694,7 @@ RED.palette.editor = (function() { function autoInstallModules(modules) { if (RED.settings.get('externalModules.palette.allowInstall', true) === false) { - console.error(new Error('Palette not editable')); + console.error('Palette not editable'); return; } diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json index 1af06be11..7cde427f4 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json +++ b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json @@ -407,7 +407,7 @@ "unknown": "unknown" }, "manageModules": "Manage modules", - "tip": "
This node is a type unknown to your installation of Node-RED.
If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.
See the Info side bar for more help
You can also click the button below to open the palette and install the missing modules.
" + "tip": "This node is a type unknown to your installation of Node-RED.
If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.
See the Info side bar for more help
" }, "mqtt": { "label": {