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

@@ -42,7 +42,8 @@
</div>
<div class="form-row">
<label for="node-input-timer"><i class="fa fa-clock-o"></i> <span data-i18n="exec.label.timeout"></span></label>
<input type="text" id="node-input-timer" style="width:65px;" data-i18n="[placeholder]exec.label.timeoutplace"> seconds
<input type="text" id="node-input-timer" style="width:65px;" data-i18n="[placeholder]exec.label.timeoutplace">
<span data-i18n="exec.label.seconds"></span>
</div>
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label>