Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Apr 29, 2024
1 parent a76a6c4 commit f24591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f24591f

Please sign in to comment.