From 34f3f8001ec34dfc34176e9f76fb2e800e5a6ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 20 Oct 2023 10:49:58 +0200 Subject: [PATCH] fix(n8n Form Trigger Node): Fix typos (no-changelog) (#7472) --- packages/nodes-base/nodes/Form/FormTrigger.node.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/nodes/Form/FormTrigger.node.ts b/packages/nodes-base/nodes/Form/FormTrigger.node.ts index 7ea8cb1764..75f56584d4 100644 --- a/packages/nodes-base/nodes/Form/FormTrigger.node.ts +++ b/packages/nodes-base/nodes/Form/FormTrigger.node.ts @@ -45,9 +45,9 @@ export class FormTrigger implements INodeType { header: 'Pull in a test form submission', executionsHelp: { inactive: - "Form Trigger have two modes: test and production.

Use test mode while you build your workflow. 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.

Use production mode to run your workflow automatically. Activate 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.

Use test mode while you build your workflow. 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.

Use production mode to run your workflow automatically. Activate 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: - "Form Trigger have two modes: test and production.

Use test mode while you build your workflow. 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.

Use production mode to run your workflow automatically. Activate 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.

Use test mode while you build your workflow. 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.

Use production mode to run your workflow automatically. Activate 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: { active: