Update core nodes to pull common msgs from node-red ns

This commit is contained in:
Nick O'Leary
2015-06-16 11:16:29 +01:00
parent 7d011dac99
commit da209a6b66
13 changed files with 64 additions and 64 deletions

View File

@@ -35,8 +35,8 @@
</select>
</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>
<div class="form-tips"><span data-i18n="[html]redisout.tip"></span></div>
</script>