fix(Cron Node): Remove HTML line breaks from notice text (#33991)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cornelius Suermann
2026-07-13 10:11:03 +02:00
committed by GitHub
parent 143ea82545
commit 749620192e
+1 -1
View File
@@ -29,7 +29,7 @@ export class Cron implements INodeType {
properties: [
{
displayName:
"This workflow will run on the schedule you define here once you publish it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'execute workflow'",
"This workflow will run on the schedule you define here once you publish it. For testing, you can also trigger it manually: by going back to the canvas and clicking 'execute workflow'",
name: 'notice',
type: 'notice',
default: '',