Skip to content

Commit f690f87

Browse files
authored
Rename settigns button on project create (#18791)
1 parent 14a21a7 commit f690f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/projects/NewProject.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function NewProject() {
8383
<div className="mt-12 flex space-x-2">
8484
<a href={`/projects/${Project.slug(project)}/settings`}>
8585
<Button type="secondary" onClick={onNewWorkspace}>
86-
Enable Prebuilds
86+
Go to Project Settings
8787
</Button>
8888
</a>
8989
<Button onClick={onNewWorkspace}>New Workspace</Button>

0 commit comments

Comments
 (0)