diff --git a/cmd/k8s-operator/operator.go b/cmd/k8s-operator/operator.go index 4b56f7d70..82228f49f 100644 --- a/cmd/k8s-operator/operator.go +++ b/cmd/k8s-operator/operator.go @@ -166,7 +166,7 @@ waitOnline: loginDone = true case "NeedsMachineAuth": if !machineAuthShown { - startlog.Infof("Machine authorization required, please visit the admin panel to authorize") + startlog.Infof("Machine approval required, please visit the admin panel to approve") machineAuthShown = true } default: