mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Rename debugging tab to fromai (#16017)
This commit is contained in:
@@ -1111,7 +1111,7 @@
|
|||||||
"ndv.input.nodeDistance": "{count} node back | {count} nodes back",
|
"ndv.input.nodeDistance": "{count} node back | {count} nodes back",
|
||||||
"ndv.input.noNodesFound": "No nodes found",
|
"ndv.input.noNodesFound": "No nodes found",
|
||||||
"ndv.input.mapping": "Mapping",
|
"ndv.input.mapping": "Mapping",
|
||||||
"ndv.input.debugging": "Debugging",
|
"ndv.input.fromAI": "From AI",
|
||||||
"ndv.input.parentNodes": "Parent nodes",
|
"ndv.input.parentNodes": "Parent nodes",
|
||||||
"ndv.input.tooMuchData.title": "Display data?",
|
"ndv.input.tooMuchData.title": "Display data?",
|
||||||
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ const draggableHintShown = ref(false);
|
|||||||
const mappedNode = ref<string | null>(null);
|
const mappedNode = ref<string | null>(null);
|
||||||
const inputModes = [
|
const inputModes = [
|
||||||
{ value: 'mapping', label: i18n.baseText('ndv.input.mapping') },
|
{ value: 'mapping', label: i18n.baseText('ndv.input.mapping') },
|
||||||
{ value: 'debugging', label: i18n.baseText('ndv.input.debugging') },
|
{ value: 'debugging', label: i18n.baseText('ndv.input.fromAI') },
|
||||||
];
|
];
|
||||||
|
|
||||||
const nodeTypesStore = useNodeTypesStore();
|
const nodeTypesStore = useNodeTypesStore();
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ exports[`InputPanel > should render 1`] = `
|
|||||||
data-test-id="radio-button-debugging"
|
data-test-id="radio-button-debugging"
|
||||||
>
|
>
|
||||||
|
|
||||||
Debugging
|
From AI
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user