fix label references (#558)

This commit is contained in:
Hiroyuki Okada 2019-07-20 17:58:13 +09:00 committed by Dave Conway-Jones
parent b644534f08
commit 42f411e25d
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<input type="text" id="node-input-property" style="width:70%;"/>
</div>
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label>
<input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
<input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name">
</div>
</script>