diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json index 67dfa8a73..8d461c714 100755 --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -414,9 +414,13 @@ "addCategory": "Add new...", "label": { "subflows": "subflows", + "network": "network", + "common": "common", "input": "input", "output": "output", "function": "function", + "sequence": "sequence", + "parser": "parser", "social": "social", "storage": "storage", "analysis": "analysis", diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js b/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js index e78191d65..52af66055 100755 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/palette.js @@ -29,7 +29,6 @@ RED.palette = (function() { 'storage', 'analysis', 'social', - 'mobile', 'advanced' ];