diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index d8a52399..0e55aac9 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -82,7 +82,7 @@ export const AddTemplate = ({ projectId }: Props) => { onSelect={(e) => e.preventDefault()} > - Templates + Template diff --git a/apps/dokploy/components/dashboard/settings/ssh-keys/show-ssh-keys.tsx b/apps/dokploy/components/dashboard/settings/ssh-keys/show-ssh-keys.tsx index 49aec095..48d30b35 100644 --- a/apps/dokploy/components/dashboard/settings/ssh-keys/show-ssh-keys.tsx +++ b/apps/dokploy/components/dashboard/settings/ssh-keys/show-ssh-keys.tsx @@ -22,7 +22,7 @@ export const ShowDestinations = () => { SSH Keys - Use SSH to beeing able cloning from private repositories. + Use SSH to be able to clone from private repositories.