File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments