use common i18 label for variable name placeholder

This commit is contained in:
Hiroyasu Nishiyama
2019-02-05 13:12:21 +09:00
parent 4de1056d82
commit ff759a8074
3 changed files with 3 additions and 5 deletions

View File

@@ -554,7 +554,7 @@ RED.editor = (function() {
class: "node-input-env-name",
type: "text",
style: "margin-left: 5px; width: calc(40% - 5px)",
placeholder: RED._("editor-tab.name")
placeholder: RED._("common.label.name")
}).appendTo(row);
var valueField = $('<input/>',{
class: "node-input-env-value",