diff --git a/components/dashboard/compose/general/stop-compose.tsx b/components/dashboard/compose/general/stop-compose.tsx index deafd17c7..029cce113 100644 --- a/components/dashboard/compose/general/stop-compose.tsx +++ b/components/dashboard/compose/general/stop-compose.tsx @@ -62,11 +62,11 @@ export const StopCompose = ({ composeId }: Props) => { toast.success("Compose rebuild succesfully"); }) .catch(() => { - toast.error("Error to rebuild the compose"); + toast.error("Error to stop the compose"); }); }) .catch(() => { - toast.error("Error to rebuild the compose"); + toast.error("Error to stop the compose"); }); }} >