From 97b398871daab72c162148e8ae0dcdd4cbd53e16 Mon Sep 17 00:00:00 2001 From: Giulio Andreini Date: Mon, 29 Jan 2024 10:13:30 +0100 Subject: [PATCH] docs(editor): Copy and aliases tweaks (no-changelog) (#8465) --- .../src/plugins/i18n/locales/en.json | 6 +++--- .../Transform/Summarize/Summarize.node.json | 20 +++++++++++-------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index b8bf30503a..d43708880e 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -901,7 +901,7 @@ "nodeCreator.subcategoryNames.dataTransformation": "Data transformation", "nodeCreator.subcategoryNames.files": "Files", "nodeCreator.subcategoryNames.flow": "Flow", - "nodeCreator.subcategoryNames.helpers": "Advanced", + "nodeCreator.subcategoryNames.helpers": "Core", "nodeCreator.subcategoryNames.otherTriggerNodes": "Other ways...", "nodeCreator.subcategoryNames.agents": "Agents", "nodeCreator.subcategoryNames.chains": "Chains", @@ -1058,8 +1058,8 @@ "nodeView.refresh": "Refresh", "nodeView.resetZoom": "Reset Zoom", "nodeView.runButtonText.executeWorkflow": "Test workflow", - "nodeView.runButtonText.executingWorkflow": "Executing Workflow", - "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event", + "nodeView.runButtonText.executingWorkflow": "Executing workflow", + "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event", "nodeView.showError.workflowError": "Workflow execution finished with an error", "nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow", "nodeView.showError.importWorkflowData.title": "Problem importing workflow", diff --git a/packages/nodes-base/nodes/Transform/Summarize/Summarize.node.json b/packages/nodes-base/nodes/Transform/Summarize/Summarize.node.json index 816e6c4d64..d6dc63b661 100644 --- a/packages/nodes-base/nodes/Transform/Summarize/Summarize.node.json +++ b/packages/nodes-base/nodes/Transform/Summarize/Summarize.node.json @@ -13,18 +13,22 @@ "generic": [] }, "alias": [ - "Summarise", - "Summarize", + "Append", + "Array", + "Average", + "Concatenate", + "Count", "Group", + "Item", + "List", + "Max", + "Min", "Pivot", "Sum", - "Count", - "Min", - "Max", + "Summarise", + "Summarize", "Transform", - "Array", - "List", - "Item" + "Unique" ], "subcategories": { "Core Nodes": ["Data Transformation"]