Skip to content

Commit 4b96111

Browse files
committed
back to defaults
1 parent 25f9eed commit 4b96111

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,12 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
303303
return;
304304
}
305305

306-
const menuButton = this.__emptyPipelineButton = this.self().createMenuButton(null, buttonConfig["title"] || "Pipeline");
306+
const menuButton = this.__emptyPipelineButton = this.self().createMenuButton(null, buttonConfig["title"] || "Empty Pipeline");
307307
osparc.utils.Utils.setIdToWidget(menuButton, buttonConfig["idToWidget"] || "emptyStudyBtn");
308308

309309
menuButton.addListener("tap", () => {
310310
this.fireDataEvent("newEmptyStudyClicked", {
311-
newStudyLabel: buttonConfig["newStudyLabel"] || "Pipeline",
311+
newStudyLabel: buttonConfig["newStudyLabel"] || "Empty Pipeline",
312312
});
313313
});
314314

0 commit comments

Comments
 (0)