Replace installEverything by InstallAll

This commit is contained in:
GogoVega
2024-10-28 10:58:53 +01:00
parent 222ab71f21
commit 75e37dc75f
2 changed files with 2 additions and 2 deletions

View File

@@ -2023,7 +2023,7 @@ RED.nodes = (function() {
}
},
{
text: RED._("palette.editor.installEverything"),
text: RED._("palette.editor.installAll"),
class: "pull-left",
click: function(e) {
unknownNotification.close();