Modify messages in node properties to refer messages.json (#1339)

This commit is contained in:
Kazuhito Yokoi
2017-07-19 21:50:34 +09:00
committed by Nick O'Leary
parent 096b3534d8
commit a40b3dd377
10 changed files with 55 additions and 28 deletions

View File

@@ -46,7 +46,7 @@
<div id="random-details" class="form-row">
<label for="node-input-randomFirst"><i class="fa fa-clock-o"></i> <span data-i18n="delay.between"></span></label>
<input type="text" id="node-input-randomFirst" placeholder="" style="text-align:end; width:30px !important">
&nbsp;&nbsp;&amp;&nbsp;&nbsp;
<span data-i18n="delay.and"></span>
<input type="text" id="node-input-randomLast" placeholder="" style="text-align:end; width:30px !important">
<select id="node-input-randomUnits" style="width:140px !important">
<option value="milliseconds" data-i18n="delay.milisecs"></option>