Skip to content

Commit

Permalink
Remove unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Apr 2, 2024
1 parent accc7da commit d667849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/publicapi/apimodels/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (n NodeAction) Description() string {
case NodeActionReject:
return "Reject a node whose membership is pending"
case NodeActionDelete:
return "Delete a node from the cluster. Note this does not stop them re-connecting."
return "Delete a node from the cluster."
}
return ""
}
Expand Down

0 comments on commit d667849

Please sign in to comment.