mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
use common i18 label for variable name placeholder
This commit is contained in:
parent
4de1056d82
commit
ff759a8074
@ -903,7 +903,6 @@
|
||||
"properties": "Properties",
|
||||
"description": "Description",
|
||||
"appearance": "Appearance",
|
||||
"env": "Environment Variables",
|
||||
"name": "name"
|
||||
"env": "Environment Variables"
|
||||
}
|
||||
}
|
||||
|
@ -902,7 +902,6 @@
|
||||
"properties": "プロパティ",
|
||||
"description": "説明",
|
||||
"appearance": "外観",
|
||||
"env": "環境変数",
|
||||
"name": "変数名"
|
||||
"env": "環境変数"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user