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 @@ -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 ( ) ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments