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()}
>
<PuzzleIcon className="size-4 text-muted-foreground" />
<span>Templates</span>
<span>Template</span>
</DropdownMenuItem>
</DialogTrigger>
<DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0">

View File

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