fix(editor): Correct sub-workflow extraction grammar (no-changelog) (#16002)

This commit is contained in:
Charlie Kolb
2025-06-04 10:41:03 +02:00
committed by GitHub
parent 7cd7883b34
commit 5c7f682b73
3 changed files with 16 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ onMounted(() => {
max-width="540px"
:title="
i18n.baseText('workflowExtraction.modal.description', {
interpolate: { nodeCount: props.data.subGraph.length },
adjustToNumber: props.data.subGraph.length,
})
"
:event-bus="modalBus"

View File

@@ -83,7 +83,7 @@ exports[`useContextMenu > Read-only mode > should return the correct actions whe
"disabled": true,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -176,7 +176,7 @@ exports[`useContextMenu > Read-only mode > should return the correct actions whe
"disabled": true,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -298,7 +298,7 @@ exports[`useContextMenu > should return the correct actions opening the menu fro
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -420,7 +420,7 @@ exports[`useContextMenu > should return the correct actions when right clicking
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -513,7 +513,7 @@ exports[`useContextMenu > should return the correct actions when right clicking
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -647,7 +647,7 @@ exports[`useContextMenu > should show "Go to Sub-workflow" action (disabled) whe
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -781,7 +781,7 @@ exports[`useContextMenu > should show "Go to Sub-workflow" action (disabled) whe
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -915,7 +915,7 @@ exports[`useContextMenu > should show "Go to Sub-workflow" action (enabled) when
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -1049,7 +1049,7 @@ exports[`useContextMenu > should show "Go to Sub-workflow" action (enabled) when
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract node into sub-workflow",
"label": "Convert node to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [
@@ -1147,7 +1147,7 @@ exports[`useContextMenu > should support opening and closing (default = right cl
"disabled": false,
"divided": true,
"id": "extract_sub_workflow",
"label": "Extract 2 nodes into sub-workflow",
"label": "Convert 2 nodes to sub-workflow",
"shortcut": {
"altKey": true,
"keys": [