From f24591f4e3ae4eabb6262fb6ec05c4079697ca6e Mon Sep 17 00:00:00 2001 From: NHAS Date: Mon, 29 Apr 2024 22:16:39 +1200 Subject: [PATCH] Fix typo --- ui/notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/notifications.go b/ui/notifications.go index 1b262003..46cb292c 100644 --- a/ui/notifications.go +++ b/ui/notifications.go @@ -188,7 +188,7 @@ func monitorNumberOfClusterMembers(notifications chan<- Notification) { ID: "monitor_node_number", Heading: "Unsafe Cluster Size!", Message: []string{"A wag cluster of two nodes doubles the risk of cluster failure.", - "If either node failes the whole cluster will become unrecoverable.", + "If either node fails the whole cluster will become unrecoverable.", "It is recommended to add another node."}, Url: "/cluster/members", Time: time.Now(),