Skip to content

Commit

Permalink
android: update hex code instructions for TV log in
Browse files Browse the repository at this point in the history
Updates the login qr code to provide more instructions on where to input the hex code in the admin console.

Fixes tailscale/corp#24837

Signed-off-by: Keli Velazquez <[email protected]>
  • Loading branch information
kelivel committed Dec 2, 2024
1 parent f35b3f9 commit a02c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<string name="welcome1">Tailscale is a mesh VPN for securely connecting your devices.</string>
<string name="welcome2">All connections are device-to-device, so we never see your data. We collect and use your email address and name, as well as your device name, OS version, and IP address in order to help you to connect your devices and manage your settings. We log when you are connected to your network.</string>
<string name="scan_to_connect_to_your_tailnet">Scan this QR code to log in to your tailnet</string>
<string name="enter_code_to_connect_to_tailnet">or enter this code in the admin console: %1$s</string>
<string name="enter_code_to_connect_to_tailnet">or enter this code in the "Machines" > "Add device" section of the admin console: \n%1$s</string>

<!-- Strings for intent handling -->
<string name="vpn_is_not_ready_to_start">VPN is not ready to start</string>
Expand Down

0 comments on commit a02c319

Please sign in to comment.