cmd/tsconnect: update device authorization copy

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

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-03-01 14:20:15 -05:00
committed by Sonia Appasamy
parent 7e4788e383
commit bb7033174c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const STATE_LABELS = {
NoState: "Initializing…",
InUseOtherUser: "In-use by another user",
NeedsLogin: "Needs login",
NeedsMachineAuth: "Needs authorization",
NeedsMachineAuth: "Needs approval",
Stopped: "Stopped",
Starting: "Starting…",
Running: "Running",