mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Replace installEverything
by InstallAll
This commit is contained in:
parent
36e313c9ee
commit
63798a3fca
@ -632,7 +632,7 @@
|
|||||||
"update": "update to __version__",
|
"update": "update to __version__",
|
||||||
"updated": "updated",
|
"updated": "updated",
|
||||||
"install": "install",
|
"install": "install",
|
||||||
"installEverything": "Install everything",
|
"installAll": "Install all",
|
||||||
"installed": "installed",
|
"installed": "installed",
|
||||||
"installing": "Module installation in progress: __module__",
|
"installing": "Module installation in progress: __module__",
|
||||||
"conflict": "conflict",
|
"conflict": "conflict",
|
||||||
|
@ -1983,7 +1983,7 @@ RED.nodes = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: RED._("palette.editor.installEverything"),
|
text: RED._("palette.editor.installAll"),
|
||||||
class: "pull-left",
|
class: "pull-left",
|
||||||
click: function(e) {
|
click: function(e) {
|
||||||
unknownNotification.close();
|
unknownNotification.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user