Skip to content

Commit eae8789

Browse files
authored
android: move string into correct place (#481)
Move MDM auth key strings into the MDM strings blcok Updates #cleanup Signed-off-by: kari-ts <[email protected]>
1 parent 29e3c18 commit eae8789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@
208208
<string name="manage_tailnet_lock_visibility">Manage Tailnet lock visibility</string>
209209
<string name="shows_or_hides_the_ui_to_run_the_android_device_as_an_exit_node">Shows or hides the UI to run the Android device as an exit node.</string>
210210
<string name="run_as_exit_node_visibility">Run as exit node visibility</string>
211+
<string name="defines_an_auth_key_that_will_be_used_for_login">Defines an auth key that will be used for login.</string>
212+
<string name="auth_key">Auth Key</string>
211213

212214
<!-- Permissions Management -->
213215
<string name="permissions">Permissions</string>
@@ -298,7 +300,5 @@
298300
<string name="multiple_vpn_explainer">Only one VPN can be active, and it appears another is already running. Before starting Tailscale, disable the other VPN.</string>
299301
<string name="go_to_settings">Go to Settings</string>
300302
<string name="cancel">Cancel</string>
301-
<string name="defines_an_auth_key_that_will_be_used_for_login">Defines an auth key that will be used for login.</string>
302-
<string name="auth_key">Auth Key</string>
303303

304304
</resources>

0 commit comments

Comments
 (0)