@@ -8,7 +8,7 @@ import { Box } from 'components';
88export const tutorialPanelI18nStrings : TutorialPanelProps . I18nStrings = {
99 labelsTaskStatus : { pending : 'Pending' , 'in-progress' : 'In progress' , success : 'Success' } ,
1010 loadingText : 'Loading' ,
11- tutorialListTitle : 'Take a tour ' ,
11+ tutorialListTitle : '' ,
1212 tutorialListDescription : 'Follow the tutorials below to get up to speed with dstack Sky.' ,
1313 tutorialListDownloadLinkText : 'Download PDF version' ,
1414 tutorialCompletedText : 'Completed' ,
@@ -50,7 +50,7 @@ export enum HotspotIds {
5050
5151export const BILLING_TUTORIAL : TutorialPanelProps . Tutorial = {
5252 completed : false ,
53- title : 'Set up billing ' ,
53+ title : 'Billing ' ,
5454 description : (
5555 < >
5656 < Box variant = "p" color = "text-body-secondary" padding = { { top : 'n' } } >
@@ -80,7 +80,7 @@ export const BILLING_TUTORIAL: TutorialPanelProps.Tutorial = {
8080
8181export const CONFIGURE_CLI_TUTORIAL : TutorialPanelProps . Tutorial = {
8282 completed : false ,
83- title : 'Set up the CLI' ,
83+ title : 'CLI' ,
8484 prerequisitesAlert : 'Please, create a project before set up the CLI' ,
8585 description : (
8686 < >
@@ -111,7 +111,7 @@ export const CONFIGURE_CLI_TUTORIAL: TutorialPanelProps.Tutorial = {
111111
112112export const CREATE_FIRST_PROJECT : TutorialPanelProps . Tutorial = {
113113 completed : false ,
114- title : 'Create a project ' ,
114+ title : 'Project ' ,
115115 description : (
116116 < >
117117 < Box variant = "p" color = "text-body-secondary" padding = { { top : 'n' } } >
@@ -136,7 +136,7 @@ export const CREATE_FIRST_PROJECT: TutorialPanelProps.Tutorial = {
136136
137137export const JOIN_DISCORD_TUTORIAL : TutorialPanelProps . Tutorial = {
138138 completed : false ,
139- title : 'Community ' ,
139+ title : 'Discord ' ,
140140 description : (
141141 < >
142142 < Box variant = "p" color = "text-body-secondary" padding = { { top : 'n' } } >
0 commit comments