Skip to content

Commit fd384c8

Browse files
author
Andrey Cheptsov
committed
Adjust project type capitalization
1 parent b3d02a8 commit fd384c8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

frontend/src/App/Login/LoginByGithub/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ function ProductOverview() {
229229
<dt>dstack Sky</dt>
230230

231231
<dd>
232-
Bring Your Own Cloud{' '}
232+
Bring your own cloud{' '}
233233
<Popover
234-
header="Bring Your Own Cloud (BYOC)"
234+
header="Bring your own cloud (BYOC)"
235235
content={
236236
<>
237237
<Box variant="p">
@@ -257,9 +257,9 @@ function ProductOverview() {
257257
</dd>
258258

259259
<dd>
260-
GPU Marketplace{' '}
260+
GPU marketplace{' '}
261261
<Popover
262-
header="GPU Marketplace"
262+
header="GPU marketplace"
263263
content={
264264
<>
265265
<Box variant="p">
@@ -320,7 +320,7 @@ function ProductOverview() {
320320

321321
<dd>Pricing</dd>
322322
<dd>Free</dd>
323-
<dd>Pay only if you use GPU Marketplace</dd>
323+
<dd>Pay only if you use GPU marketplace</dd>
324324

325325
<dd></dd>
326326
<dd>Self-hosted</dd>
@@ -335,7 +335,7 @@ function ProductOverview() {
335335
</Header>
336336
<TextContent>
337337
<ul>
338-
<li>Use compute from your own cloud account(s) or through GPU Marketplace.</li>
338+
<li>Use compute from your own cloud account(s) or through GPU marketplace.</li>
339339
<li>Create dev environments, run training tasks, and deploy inference services.</li>
340340
<li>Manage volumes and fleets.</li>
341341
<li>Manage multiple projects and teams.</li>

frontend/src/pages/Project/CreateWizard/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export const projectTypeOptions = [
22
{
3-
label: 'Bring Your Own Cloud',
3+
label: 'Bring your own cloud',
44
description: 'Use compute from your own cloud account(s) by providing your credentials.',
55
billing_notes:
66
"You pay for compute and storage usage directly to the configured cloud provider(s) through their billing. dstack won't bill or charge you.",
77
value: 'own_cloud',
88
},
99
{
10-
label: 'GPU Marketplace',
10+
label: 'GPU marketplace',
1111
description: 'Use compute from multiple cloud providers without needing your own cloud account(s).',
1212
billing_notes:
1313
'You pay for compute and storage usage directly to dstack. You can top up your balance in your dstack user settings.',

0 commit comments

Comments
 (0)