Skip to content

Commit

Permalink
fix(ui): fix the git provider placeholder (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung authored May 27, 2024
1 parent a42975f commit 55ce2ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function CreateRepositoryForm({
<FormLabel required>Git URL</FormLabel>
<FormControl>
<Input
placeholder="e.g. https://github.com/tabbyML/tabby"
placeholder="e.g. https://github.com/TabbyML/tabby"
autoCapitalize="none"
autoCorrect="off"
{...field}
Expand Down

0 comments on commit 55ce2ee

Please sign in to comment.