cmd/k8s-operator: update device authorization copy

"Device Authorization" was recently renamed to "Device Approval"
on the control side. This change updates the k8s operator to match.

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
pull/7419/head
Sonia Appasamy 1 year ago committed by Sonia Appasamy
parent ff168a806e
commit 7985f5243a

@ -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:

Loading…
Cancel
Save