File tree Expand file tree Collapse file tree
frontend/src/layouts/AppLayout/TutorialPanel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const BILLING_TUTORIAL: TutorialPanelProps.Tutorial = {
5353 description : (
5454 < >
5555 < Box variant = "p" color = "text-body-secondary" padding = { { top : 'n' } } >
56- Top up your balance via a credit card to use GPU by dstack Sky .
56+ If you plan to use the GPU marketplace, top up your balance with a credit card .
5757 </ Box >
5858 </ >
5959 ) ,
@@ -104,11 +104,11 @@ export const CONFIGURE_CLI_TUTORIAL: TutorialPanelProps.Tutorial = {
104104
105105export const CREATE_FIRST_PROJECT : TutorialPanelProps . Tutorial = {
106106 completed : false ,
107- title : 'Create the first project' ,
107+ title : 'Create a project' ,
108108 description : (
109109 < >
110110 < Box variant = "p" color = "text-body-secondary" padding = { { top : 'n' } } >
111- Configure the first your project
111+ Create your first project. Choose to use the GPU marketplace or configure your own cloud credentials.
112112 </ Box >
113113 </ >
114114 ) ,
You can’t perform that action at this time.
0 commit comments