Skip to content

Commit 5277057

Browse files
[UI] Project wizard #323
Captions
1 parent 6717d77 commit 5277057

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/layouts/AppLayout/TutorialPanel/constants.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

105105
export 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
),

0 commit comments

Comments
 (0)