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
@@ -56,7 +56,7 @@ RED.workspaces = (function() {
|
||||
RED.nodes.dirty(true);
|
||||
} else {
|
||||
$( "#node-dialog-delete-workspace" ).dialog('option','workspace',ws);
|
||||
$( "#node-dialog-delete-workspace-name" ).text(ws.label);
|
||||
$( "#node-dialog-delete-workspace-content" ).text(RED._("workspaces.deleteDialog",{label:ws.label}));
|
||||
$( "#node-dialog-delete-workspace" ).dialog('open');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user