Merge pull request #334 from Vladislav-CS/fix-typos

fix: typos
This commit is contained in:
Mauricio Siu
2024-08-08 10:59:22 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ export const AddTemplate = ({ projectId }: Props) => {
onSelect={(e) => e.preventDefault()} onSelect={(e) => e.preventDefault()}
> >
<PuzzleIcon className="size-4 text-muted-foreground" /> <PuzzleIcon className="size-4 text-muted-foreground" />
<span>Templates</span> <span>Template</span>
</DropdownMenuItem> </DropdownMenuItem>
</DialogTrigger> </DialogTrigger>
<DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0"> <DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0">

View File

@@ -22,7 +22,7 @@ export const ShowDestinations = () => {
<CardHeader> <CardHeader>
<CardTitle className="text-xl">SSH Keys</CardTitle> <CardTitle className="text-xl">SSH Keys</CardTitle>
<CardDescription> <CardDescription>
Use SSH to beeing able cloning from private repositories. Use SSH to be able to clone from private repositories.
</CardDescription> </CardDescription>
</CardHeader> </CardHeader>
<CardContent className="space-y-2 pt-4"> <CardContent className="space-y-2 pt-4">