Skip to content

Commit c629c52

Browse files
committed
wording
1 parent db90fb8 commit c629c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/store/Support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ qx.Class.define("osparc.store.Support", {
5050
const quickStart = osparc.product.quickStart.Utils.getQuickStart();
5151
if (quickStart) {
5252
return {
53-
label: qx.locale.Manager.tr("Welcome onboard"),
53+
label: qx.locale.Manager.tr("Introduction"),
5454
icon: "@FontAwesome5Solid/graduation-cap/14",
5555
callback: () => {
5656
const tutorialWindow = quickStart.tutorial();

services/static-webserver/client/source/class/osparc/support/HomePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ qx.Class.define("osparc.support.HomePage", {
9797

9898
const permissions = osparc.data.Permissions.getInstance();
9999
if (permissions.canDo("dashboard.templates.read")) {
100-
const tutorialsBtn = new qx.ui.form.Button(this.tr("Tutorials"), "@FontAwesome5Solid/graduation-cap/14");
100+
const tutorialsBtn = new qx.ui.form.Button(this.tr("Explore Tutorials"), "@FontAwesome5Solid/graduation-cap/14");
101101
this.getChildControl("links-layout").add(tutorialsBtn);
102102
this.self().decorateButton(tutorialsBtn);
103103
}

0 commit comments

Comments
 (0)