mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Added missing NLS strings to sidebar and index.mst
This commit is contained in:
committed by
Nick O'Leary
parent
9bbd6a70b8
commit
409fa49234
@@ -25,7 +25,7 @@ RED.sidebar.config = (function() {
|
||||
|
||||
function show() {
|
||||
if (!RED.sidebar.containsTab("config")) {
|
||||
RED.sidebar.addTab("config",content,true);
|
||||
RED.sidebar.addTab(RED._("sidebar.config"),content,true);
|
||||
}
|
||||
refresh();
|
||||
RED.sidebar.show("config");
|
||||
|
Reference in New Issue
Block a user