Skip to content

Commit

Permalink
Fix typo in delay node: replaced ramdom to random
Browse files Browse the repository at this point in the history
  • Loading branch information
natcl committed Feb 9, 2016
1 parent 4d84d62 commit 9f3ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/core/core/89-delay.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9f3ea8d

Please sign in to comment.