mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #799 from natcl/patch-1
Fix typo in delay node: replaced ramdom to random Thanks @natcl
This commit is contained in:
commit
401e65e852
@ -21,7 +21,7 @@
|
||||
<label for="node-input-pauseType"><i class="fa fa-tasks"></i> <span data-i18n="delay.action"></span></label>
|
||||
<select id="node-input-pauseType" style="width:270px !important">
|
||||
<option value="delay" data-i18n="delay.delaymsg"></option>
|
||||
<option value="random" data-i18n="delay.ramdomdelay"></option>
|
||||
<option value="random" data-i18n="delay.randomdelay"></option>
|
||||
<option value="rate" data-i18n="delay.limitrate"></option>
|
||||
<option value="queue" data-i18n="delay.fairqueue"></option>
|
||||
</select>
|
||||
|
@ -146,7 +146,7 @@
|
||||
"action": "Action",
|
||||
"for": "For",
|
||||
"delaymsg": "Delay message",
|
||||
"ramdomdelay": "Random delay",
|
||||
"randomdelay": "Random delay",
|
||||
"limitrate": "Limit rate to",
|
||||
"fairqueue": "Topic based fair queue",
|
||||
"milisecs": "Miliseconds",
|
||||
@ -165,7 +165,7 @@
|
||||
"label": {
|
||||
"delay": "delay",
|
||||
"limit": "limit",
|
||||
"random": "ramdom",
|
||||
"random": "random",
|
||||
"queue": "queue"
|
||||
},
|
||||
"error": {
|
||||
|
Loading…
Reference in New Issue
Block a user