Skip to content

Commit 92cfa75

Browse files
authored
Merge branch 'master' into enh/pricing-unit-seats
2 parents 718bac9 + bbddbda commit 92cfa75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/navigation/UserMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

services/static-webserver/client/source/class/osparc/vipMarket/MarketWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)