mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-29 01:39:24 +08:00
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:
committed by
GitHub
parent
143ea82545
commit
749620192e
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user