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>
This commit is contained in:
Sonia Appasamy 2023-03-01 14:16:42 -05:00 committed by Sonia Appasamy
parent ff168a806e
commit 7985f5243a

View File

@ -166,7 +166,7 @@ func main() {
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: