Skip to content

Commit eff5f23

Browse files
Update components/dashboard/src/projects/new-project/NewProjectCreateFromURL.tsx
Co-authored-by: Filip Troníček <[email protected]>
1 parent b093917 commit eff5f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/projects/new-project/NewProjectCreateFromURL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const NewProjectCreateFromURL: FC<Props> = ({ repoSearchFilter, isCreatin
6868

6969
return (
7070
<div className="flex flex-col items-center">
71-
<Subheading>Create project from Git clone url?</Subheading>
71+
<Subheading>Create project from Git clone URL?</Subheading>
7272

7373
<pre className="my-2 font-mono text-sm">{normalizedURL}</pre>
7474

0 commit comments

Comments
 (0)