mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Spelling and grammar corrections
This commit is contained in:
@@ -103,7 +103,7 @@ export const AddRegistry = () => {
|
||||
setIsOpen(false);
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to add a registry");
|
||||
toast.error("Error adding a registry");
|
||||
});
|
||||
};
|
||||
|
||||
@@ -290,7 +290,7 @@ export const AddRegistry = () => {
|
||||
}
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to test the registry");
|
||||
toast.error("Error testing the registry");
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -48,7 +48,7 @@ export const DeleteRegistry = ({ registryId }: Props) => {
|
||||
toast.success("Registry deleted");
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to delete the registry");
|
||||
toast.error("Error deleting the registry");
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -122,7 +122,7 @@ export const UpdateDockerRegistry = ({ registryId }: Props) => {
|
||||
await utils.registry.all.invalidate();
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to update the registry");
|
||||
toast.error("Error updating the registry");
|
||||
});
|
||||
};
|
||||
return (
|
||||
@@ -303,7 +303,7 @@ export const UpdateDockerRegistry = ({ registryId }: Props) => {
|
||||
}
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error("Error to test the registry");
|
||||
toast.error("Error testing the registry");
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user