docs(editor): All buttons to sentence case (no-changelog) (#8399)

This commit is contained in:
Giulio Andreini 2024-01-22 09:20:02 +01:00 committed by GitHub
parent 9883eda42e
commit f4f496ae85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 55 additions and 55 deletions

View file

@ -35,7 +35,7 @@ export const INSTANCE_MEMBERS = [
]; ];
export const MANUAL_TRIGGER_NODE_NAME = 'Manual Trigger'; export const MANUAL_TRIGGER_NODE_NAME = 'Manual Trigger';
export const MANUAL_TRIGGER_NODE_DISPLAY_NAME = 'When clicking "Test Workflow"'; export const MANUAL_TRIGGER_NODE_DISPLAY_NAME = 'When clicking "Test workflow"';
export const MANUAL_CHAT_TRIGGER_NODE_NAME = 'Chat Trigger'; export const MANUAL_CHAT_TRIGGER_NODE_NAME = 'Chat Trigger';
export const SCHEDULE_TRIGGER_NODE_NAME = 'Schedule Trigger'; export const SCHEDULE_TRIGGER_NODE_NAME = 'Schedule Trigger';
export const CODE_NODE_NAME = 'Code'; export const CODE_NODE_NAME = 'Code';

View file

@ -49,7 +49,7 @@ describe('Suggested templates - Should render', () => {
it('should render suggested templates when there are workflows in the list', () => { it('should render suggested templates when there are workflows in the list', () => {
WorkflowsListPage.getters.suggestedTemplatesNewWorkflowButton().click(); WorkflowsListPage.getters.suggestedTemplatesNewWorkflowButton().click();
cy.createFixtureWorkflow('Test_workflow_1.json', 'Test Workflow'); cy.createFixtureWorkflow('Test_workflow_1.json', 'Test workflow');
cy.visit(WorkflowsListPage.url); cy.visit(WorkflowsListPage.url);
WorkflowsListPage.getters.suggestedTemplatesSectionContainer().should('exist'); WorkflowsListPage.getters.suggestedTemplatesSectionContainer().should('exist');
cy.contains(`Explore ${fixtureSections.sections[0].name.toLocaleLowerCase()} workflow templates`).should('exist'); cy.contains(`Explore ${fixtureSections.sections[0].name.toLocaleLowerCase()} workflow templates`).should('exist');

View file

@ -308,7 +308,7 @@ describe('Node Creator', () => {
nodeCreatorFeature.getters.getCategoryItem('Actions').click(); nodeCreatorFeature.getters.getCategoryItem('Actions').click();
nodeCreatorFeature.getters.getCreatorItem('Create a credential').click(); nodeCreatorFeature.getters.getCreatorItem('Create a credential').click();
NDVModal.actions.close(); NDVModal.actions.close();
WorkflowPage.actions.deleteNode('When clicking "Test Workflow"'); WorkflowPage.actions.deleteNode('When clicking "Test workflow"');
WorkflowPage.getters.canvasNodePlusEndpointByName('n8n').click(); WorkflowPage.getters.canvasNodePlusEndpointByName('n8n').click();
nodeCreatorFeature.getters.searchBar().find('input').clear().type('n8n'); nodeCreatorFeature.getters.searchBar().find('input').clear().type('n8n');
nodeCreatorFeature.getters.getCreatorItem('n8n').click(); nodeCreatorFeature.getters.getCreatorItem('n8n').click();

View file

@ -579,7 +579,7 @@ describe('NDV', () => {
ndv.getters.backToCanvas().click(); ndv.getters.backToCanvas().click();
workflowPage.actions.executeWorkflow(); workflowPage.actions.executeWorkflow();
// Manual tigger node should show success indicator // Manual tigger node should show success indicator
workflowPage.actions.openNode('When clicking "Test Workflow"'); workflowPage.actions.openNode('When clicking "Test workflow"');
ndv.getters.nodeRunSuccessIndicator().should('exist'); ndv.getters.nodeRunSuccessIndicator().should('exist');
// Code node should show error // Code node should show error
ndv.getters.backToCanvas().click(); ndv.getters.backToCanvas().click();

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "d0eda550-2526-42a1-aa19-dee411c8acf9", "id": "d0eda550-2526-42a1-aa19-dee411c8acf9",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -91,7 +91,7 @@
], ],
"pinData": {}, "pinData": {},
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "369fe424-dd3b-4399-9de3-50bd4ce1f75b", "id": "369fe424-dd3b-4399-9de3-50bd4ce1f75b",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -570,7 +570,7 @@
], ],
"pinData": {}, "pinData": {},
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "46770685-44d1-4aad-9107-1d790cf26b50", "id": "46770685-44d1-4aad-9107-1d790cf26b50",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -74,7 +74,7 @@
} }
], ],
"pinData": { "pinData": {
"When clicking \"Test Workflow\"": [ "When clicking \"Test workflow\"": [
{ {
"json": { "json": {
"id": "654cfa05fa51480dcb543b1a", "id": "654cfa05fa51480dcb543b1a",
@ -599,7 +599,7 @@
] ]
}, },
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -42,7 +42,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "551313bb-1e01-4133-9956-e6f09968f2ce", "id": "551313bb-1e01-4133-9956-e6f09968f2ce",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -92,7 +92,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {
@ -191,7 +191,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "551313bb-1e01-4133-9956-e6f09968f2ce", "id": "551313bb-1e01-4133-9956-e6f09968f2ce",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -241,7 +241,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {
@ -374,7 +374,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "551313bb-1e01-4133-9956-e6f09968f2ce", "id": "551313bb-1e01-4133-9956-e6f09968f2ce",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -424,7 +424,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {
@ -524,7 +524,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "551313bb-1e01-4133-9956-e6f09968f2ce", "id": "551313bb-1e01-4133-9956-e6f09968f2ce",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -574,7 +574,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -40,7 +40,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "ef63cdc5-50bc-4525-9873-7e7f7589a60e", "id": "ef63cdc5-50bc-4525-9873-7e7f7589a60e",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -199,7 +199,7 @@
] ]
] ]
}, },
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "f332a7d1-31b4-4e78-b31e-9e8db945bf3f", "id": "f332a7d1-31b4-4e78-b31e-9e8db945bf3f",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -99,7 +99,7 @@
], ],
"pinData": {}, "pinData": {},
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "aadaed66-84ed-4cf8-bf21-082e9a65db76", "id": "aadaed66-84ed-4cf8-bf21-082e9a65db76",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [

View file

@ -47,7 +47,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "58512a93-dabf-4584-817f-27c608c1bdd5", "id": "58512a93-dabf-4584-817f-27c608c1bdd5",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -69,7 +69,7 @@
] ]
] ]
}, },
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -47,7 +47,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "3dc7cf26-ff25-4437-b9fd-0e8b127ebec9", "id": "3dc7cf26-ff25-4437-b9fd-0e8b127ebec9",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -552,7 +552,7 @@
] ]
] ]
}, },
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -4,7 +4,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "0a60e507-7f34-41c0-a0f9-697d852033b6", "id": "0a60e507-7f34-41c0-a0f9-697d852033b6",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -93,7 +93,7 @@
] ]
}, },
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -6,7 +6,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "8108d313-8b03-4aa4-963d-cd1c0fe8f85c", "id": "8108d313-8b03-4aa4-963d-cd1c0fe8f85c",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -37,7 +37,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -6,7 +6,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "bcb6abdf-d34b-4ea7-a8ed-58155b708c43", "id": "bcb6abdf-d34b-4ea7-a8ed-58155b708c43",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -90,7 +90,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -27,7 +27,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "acdd1bdc-c642-4ea6-ad67-f4201b640cfa", "id": "acdd1bdc-c642-4ea6-ad67-f4201b640cfa",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -37,7 +37,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -6,7 +6,7 @@
{ {
"parameters": {}, "parameters": {},
"id": "40720511-19b6-4421-bdb0-3fb6efef4bc5", "id": "40720511-19b6-4421-bdb0-3fb6efef4bc5",
"name": "When clicking \"Test Workflow\"", "name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger", "type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
@ -64,7 +64,7 @@
} }
], ],
"connections": { "connections": {
"When clicking \"Test Workflow\"": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {

View file

@ -34,7 +34,7 @@
{{#if isTestWebhook}} {{#if isTestWebhook}}
<div class='header'> <div class='header'>
<h1>Form Trigger isn't listening yet</h1> <h1>Form Trigger isn't listening yet</h1>
<p>Click the <strong>"Test Step"</strong> button in your form trigger</p> <p>Click the <strong>"Test step"</strong> button in your form trigger</p>
</div> </div>
{{else}} {{else}}
<div class='header'> <div class='header'>

View file

@ -458,7 +458,7 @@
"credentialsList.updated": "Updated", "credentialsList.updated": "Updated",
"credentialsList.yourSavedCredentials": "Your saved credentials", "credentialsList.yourSavedCredentials": "Your saved credentials",
"credentials.heading": "Credentials", "credentials.heading": "Credentials",
"credentials.add": "Add Credential", "credentials.add": "Add credential",
"credentials.empty.heading": "{name}, let's set up a credential", "credentials.empty.heading": "{name}, let's set up a credential",
"credentials.empty.heading.userNotSetup": "Set up a credential", "credentials.empty.heading.userNotSetup": "Set up a credential",
"credentials.empty.description": "Credentials let workflows interact with your apps and services", "credentials.empty.description": "Credentials let workflows interact with your apps and services",
@ -559,7 +559,7 @@
"executionsList.clearSelection": "Clear selection", "executionsList.clearSelection": "Clear selection",
"executionsList.error": "Failed", "executionsList.error": "Failed",
"executionsList.filters": "Filters", "executionsList.filters": "Filters",
"executionsList.loadMore": "Load More", "executionsList.loadMore": "Load more",
"executionsList.empty": "No executions", "executionsList.empty": "No executions",
"executionsList.loadedAll": "No more executions to fetch", "executionsList.loadedAll": "No more executions to fetch",
"executionsList.modes.error": "error", "executionsList.modes.error": "error",
@ -760,9 +760,9 @@
"ndv.execute.executing": "Executing", "ndv.execute.executing": "Executing",
"ndv.execute.fetchEvent": "Fetch Test Event", "ndv.execute.fetchEvent": "Fetch Test Event",
"ndv.execute.fixPrevious": "Fix previous node first", "ndv.execute.fixPrevious": "Fix previous node first",
"ndv.execute.listenForTestEvent": "Listen For Test Event", "ndv.execute.listenForTestEvent": "Listen for test event",
"ndv.execute.testChat": "Test Chat", "ndv.execute.testChat": "Test chat",
"ndv.execute.testStep": "Test Step", "ndv.execute.testStep": "Test step",
"ndv.execute.stopListening": "Stop Listening", "ndv.execute.stopListening": "Stop Listening",
"ndv.execute.nodeIsDisabled": "Enable node to execute", "ndv.execute.nodeIsDisabled": "Enable node to execute",
"ndv.execute.requiredFieldsMissing": "Complete required fields first", "ndv.execute.requiredFieldsMissing": "Complete required fields first",
@ -1056,7 +1056,7 @@
"nodeView.redirecting": "Redirecting", "nodeView.redirecting": "Redirecting",
"nodeView.refresh": "Refresh", "nodeView.refresh": "Refresh",
"nodeView.resetZoom": "Reset Zoom", "nodeView.resetZoom": "Reset Zoom",
"nodeView.runButtonText.executeWorkflow": "Test Workflow", "nodeView.runButtonText.executeWorkflow": "Test workflow",
"nodeView.runButtonText.executingWorkflow": "Executing Workflow", "nodeView.runButtonText.executingWorkflow": "Executing Workflow",
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event", "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event",
"nodeView.showError.workflowError": "Workflow execution finished with an error", "nodeView.showError.workflowError": "Workflow execution finished with an error",
@ -1662,7 +1662,7 @@
"settings.sourceControl.modals.push.commitMessage": "Commit message", "settings.sourceControl.modals.push.commitMessage": "Commit message",
"settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit", "settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit",
"settings.sourceControl.modals.push.buttons.cancel": "Cancel", "settings.sourceControl.modals.push.buttons.cancel": "Cancel",
"settings.sourceControl.modals.push.buttons.save": "Commit and Push", "settings.sourceControl.modals.push.buttons.save": "Commit and push",
"settings.sourceControl.modals.push.success.title": "Pushed successfully", "settings.sourceControl.modals.push.success.title": "Pushed successfully",
"settings.sourceControl.modals.push.success.description": "The files you selected were committed and pushed to the remote repository", "settings.sourceControl.modals.push.success.description": "The files you selected were committed and pushed to the remote repository",
"settings.sourceControl.status.modified": "Modified", "settings.sourceControl.status.modified": "Modified",
@ -1991,7 +1991,7 @@
"workflowHistory.action.clone.success.title": "Successfully cloned workflow version", "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
"workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab", "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
"workflows.heading": "Workflows", "workflows.heading": "Workflows",
"workflows.add": "Add Workflow", "workflows.add": "Add workflow",
"workflows.menu.my": "My workflows", "workflows.menu.my": "My workflows",
"workflows.menu.all": "All workflows", "workflows.menu.all": "All workflows",
"workflows.item.open": "Open", "workflows.item.open": "Open",
@ -2064,7 +2064,7 @@
"importParameter.showError.invalidProtocol2.title": "Invalid Protocol", "importParameter.showError.invalidProtocol2.title": "Invalid Protocol",
"importParameter.showError.invalidProtocol.message": "The HTTP node doesnt support {protocol} requests", "importParameter.showError.invalidProtocol.message": "The HTTP node doesnt support {protocol} requests",
"variables.heading": "Variables", "variables.heading": "Variables",
"variables.add": "Add Variable", "variables.add": "Add variable",
"variables.add.unavailable": "Upgrade plan to keep using variables", "variables.add.unavailable": "Upgrade plan to keep using variables",
"variables.add.unavailable.empty": "Upgrade plan to start using variables", "variables.add.unavailable.empty": "Upgrade plan to start using variables",
"variables.add.onlyOwnerCanCreate": "Only owner can create variables", "variables.add.onlyOwnerCanCreate": "Only owner can create variables",

View file

@ -176,9 +176,9 @@ export const formTriggerPanel = {
header: 'Pull in a test form submission', header: 'Pull in a test form submission',
executionsHelp: { executionsHelp: {
inactive: inactive:
"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test Step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", "Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.",
active: active:
"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test Step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", "Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. <a data-key=\"activate\">Activate</a> the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.",
}, },
activationHint: { activationHint: {
active: active:

View file

@ -16,7 +16,7 @@ export class ManualTrigger implements INodeType {
eventTriggerDescription: '', eventTriggerDescription: '',
maxNodes: 1, maxNodes: 1,
defaults: { defaults: {
name: 'When clicking "Test Workflow"', name: 'When clicking "Test workflow"',
color: '#909298', color: '#909298',
}, },

View file

@ -665,7 +665,7 @@ describe('generateNodesGraph', () => {
{ {
parameters: {}, parameters: {},
id: 'fe69383c-e418-4f98-9c0e-924deafa7f93', id: 'fe69383c-e418-4f98-9c0e-924deafa7f93',
name: 'When clicking "Test Workflow"', name: 'When clicking "Test workflow"',
type: 'n8n-nodes-base.manualTrigger', type: 'n8n-nodes-base.manualTrigger',
typeVersion: 1, typeVersion: 1,
position: [540, 220], position: [540, 220],
@ -690,7 +690,7 @@ describe('generateNodesGraph', () => {
}, },
], ],
connections: { connections: {
'When clicking "Test Workflow"': { 'When clicking "Test workflow"': {
main: [ main: [
[ [
{ {
@ -756,7 +756,7 @@ describe('generateNodesGraph', () => {
is_pinned: false, is_pinned: false,
}, },
nameIndices: { nameIndices: {
'When clicking "Test Workflow"': '0', 'When clicking "Test workflow"': '0',
Chain: '1', Chain: '1',
Model: '2', Model: '2',
}, },