File tree Expand file tree Collapse file tree
pages/Project/CreateWizard Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11export 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.' ,
You can’t perform that action at this time.
0 commit comments