Fixed typo

This commit is contained in:
Daniel Cojocea
2024-07-31 16:27:49 -04:00
parent e940c4fd62
commit 972603c2ea

View File

@@ -132,7 +132,7 @@ const CreateMonitor = () => {
createToast({ body: "Monitor created successfully!" });
navigate("/monitors");
} else {
createToast({ body: "Failed to delete monitor." });
createToast({ body: "Failed to create monitor." });
}
}
};