mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-05 22:15:22 +02:00
Spelling and grammar corrections
This commit is contained in:
@@ -89,7 +89,7 @@ export const EditBitbucketProvider = ({ bitbucketId }: Props) => {
|
||||
setIsOpen(false);
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to update Bitbucket");
|
||||
toast.error("Error updating Bitbucket");
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ export const EditGithubProvider = ({ githubId }: Props) => {
|
||||
setIsOpen(false);
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to update Github");
|
||||
toast.error("Error updating Github");
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ export const EditGitlabProvider = ({ gitlabId }: Props) => {
|
||||
refetch();
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to update Gitlab");
|
||||
toast.error("Error updating Gitlab");
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -70,10 +70,10 @@ export const RemoveGitProvider = ({
|
||||
})
|
||||
.then(async () => {
|
||||
utils.gitProvider.getAll.invalidate();
|
||||
toast.success("Git Provider deleted succesfully.");
|
||||
toast.success("Git Provider deleted successfully.");
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to delete your git provider.");
|
||||
toast.error("Error deleting Git provider.");
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user