This commit is contained in:
Steve-Mcl
2022-04-27 12:05:20 +01:00
parent 0fec9c7c55
commit 367f9b6232
3 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RED.diagnostics = (function () {
json = "{\n\n}";
}
RED.editor.editJSON({
title: "System Info", //RED._('sidebar.project.editDependencies'),
title: RED._('diagnostics.title'),
value: json,
requireValid: true,
readOnly: true,