From 7985f5243a68098a90a3eca8ac267fc3ba73a0fb Mon Sep 17 00:00:00 2001 From: Sonia Appasamy Date: Wed, 1 Mar 2023 14:16:42 -0500 Subject: [PATCH] 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 --- cmd/k8s-operator/operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: