From f64392469d2d8985e592e7ae85b2f72337ce74f4 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:42:00 -0600 Subject: [PATCH] refactor(compose): change error message --- components/dashboard/compose/general/stop-compose.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); }); }} >