Rename Workspaces to Sheets (ui only)

This commit is contained in:
Nicholas O'Leary
2013-10-30 19:58:42 +00:00
parent 60652d2095
commit b71645f8ea
2 changed files with 3 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ RED.nodes = function() {
}
}
if (defaultWorkspace == null) {
defaultWorkspace = { type:"workspace", id:getID(), label:"Workspace 1" };
defaultWorkspace = { type:"workspace", id:getID(), label:"Sheet 1" };
addWorkspace(defaultWorkspace);
RED.view.addWorkspace(defaultWorkspace);
}