We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c99bf commit 25a5e7dCopy full SHA for 25a5e7d
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -232,7 +232,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
232
}
233
234
if (permissions.canDo("dashboard.services.read")) {
235
- const servicesButton = this.self().createMenuButton("@FontAwesome5Solid/cog/16", this.tr("Services..."));
+ const servicesButton = this.self().createMenuButton("@FontAwesome5Solid/cog/16", this.tr("Apps..."));
236
servicesButton.addListener("execute", () => this.fireDataEvent("changeTab", "appsTab"), this);
237
moreMenu.add(servicesButton);
238
0 commit comments