mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #2047 from node-red-hitachi/fix-use-common-i18n-label
Fix use of i18n label
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user