mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix: Fix typo with submitted (no-changelog) (#9662)
This commit is contained in:
parent
b8338e3610
commit
67932c0b76
|
@ -345,7 +345,7 @@
|
|||
|
||||
<div class='card' id='submitted-form' style='display: none;'>
|
||||
<div class='form-header'>
|
||||
<h1 id='submitted-header'>Form Submited</h1>
|
||||
<h1 id='submitted-header'>Form Submitted</h1>
|
||||
{{#if formSubmittedText}}
|
||||
<p id='submitted-content'>
|
||||
{{formSubmittedText}}
|
||||
|
|
|
@ -286,7 +286,7 @@ export class Wait extends Webhook {
|
|||
description: 'Waits for a webhook call before continuing',
|
||||
},
|
||||
{
|
||||
name: 'On Form Submited',
|
||||
name: 'On Form Submitted',
|
||||
value: 'form',
|
||||
description: 'Waits for a form submission before continuing',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue