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
parent
ff168a806e
commit
7985f5243a
|
@ -166,7 +166,7 @@ waitOnline:
|
||||||
loginDone = true
|
loginDone = true
|
||||||
case "NeedsMachineAuth":
|
case "NeedsMachineAuth":
|
||||||
if !machineAuthShown {
|
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
|
machineAuthShown = true
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue