mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Interval of inject node should be 596 hours or less. (#2319)
This commit is contained in:
parent
f75dd2209d
commit
8df86a75b1
@ -79,7 +79,7 @@
|
|||||||
"on": "on",
|
"on": "on",
|
||||||
"onstart": "Inject once after",
|
"onstart": "Inject once after",
|
||||||
"onceDelay": "seconds, then",
|
"onceDelay": "seconds, then",
|
||||||
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>\"interval\" should be less than 596 hours.<br/>See info box for details.",
|
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>\"interval\" should be 596 hours or less.<br/>See info box for details.",
|
||||||
"success": "Successfully injected: __label__",
|
"success": "Successfully injected: __label__",
|
||||||
"errors": {
|
"errors": {
|
||||||
"failed": "inject failed, see log for details",
|
"failed": "inject failed, see log for details",
|
||||||
|
Loading…
Reference in New Issue
Block a user