mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 06:01:42 +00:00
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:
parent
7e4788e383
commit
bb7033174c
@ -38,7 +38,7 @@ class App extends Component<{}, AppState> {
|
|||||||
if (ipnState === "NeedsMachineAuth") {
|
if (ipnState === "NeedsMachineAuth") {
|
||||||
machineAuthInstructions = (
|
machineAuthInstructions = (
|
||||||
<div class="container mx-auto px-4 text-center">
|
<div class="container mx-auto px-4 text-center">
|
||||||
An administrator needs to authorize this device.
|
An administrator needs to approve this device.
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ const STATE_LABELS = {
|
|||||||
NoState: "Initializing…",
|
NoState: "Initializing…",
|
||||||
InUseOtherUser: "In-use by another user",
|
InUseOtherUser: "In-use by another user",
|
||||||
NeedsLogin: "Needs login",
|
NeedsLogin: "Needs login",
|
||||||
NeedsMachineAuth: "Needs authorization",
|
NeedsMachineAuth: "Needs approval",
|
||||||
Stopped: "Stopped",
|
Stopped: "Stopped",
|
||||||
Starting: "Starting…",
|
Starting: "Starting…",
|
||||||
Running: "Running",
|
Running: "Running",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user