File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ qx.Class.define("osparc.navigation.UserMenu", {
8686 this . add ( control ) ;
8787 break ;
8888 case "market" :
89- control = new qx . ui . menu . Button ( this . tr ( "Model Store " ) ) ;
89+ control = new qx . ui . menu . Button ( this . tr ( "The Shop " ) ) ;
9090 control . addListener ( "execute" , ( ) => osparc . vipMarket . MarketWindow . openWindow ( ) ) ;
9191 this . add ( control ) ;
9292 break ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ qx.Class.define("osparc.vipMarket.MarketWindow", {
1919 extend : osparc . ui . window . TabbedWindow ,
2020
2121 construct : function ( nodeId , category ) {
22- this . base ( arguments , "store" , this . tr ( "Model Store " ) ) ;
22+ this . base ( arguments , "store" , this . tr ( "The Shop " ) ) ;
2323
2424 osparc . utils . Utils . setIdToWidget ( this , "storeWindow" ) ;
2525
You can’t perform that action at this time.
0 commit comments