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"); }); }} > diff --git a/components/dashboard/docker/show/show-containers.tsx b/components/dashboard/docker/show/show-containers.tsx index e391e60a6..e8531de56 100644 --- a/components/dashboard/docker/show/show-containers.tsx +++ b/components/dashboard/docker/show/show-containers.tsx @@ -161,10 +161,6 @@ export const ShowContainers = () => {
-
- {table.getFilteredSelectedRowModel().rows.length} of{" "} - {table.getFilteredRowModel().rows.length} row(s) selected. -