diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index d230e06b..976ddd21 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -6550,9 +6550,11 @@ function p20installAndroidDialog() { if (xxdialogMode) return; - var x = '
' + "Install the MeshCentral Agent on your Android device. Once installed, click the pairing link to connect your device to this server." + '
'; - x += '
' + "MeshCentral Agent for Android" + '
'; - x += '
' + "Device Pairing Link" + '
'; + var x = '

' + "Install the MeshCentral Agent on your Android device. Once installed, click the pairing link to connect your device to this server." + '

'; + x += '

'; + x += '

'; + x += '

' + "Android APK" + '

'; + x += '

' + "Device Pairing Link" + '

'; setDialogMode(2, "Android Installation", 1, null, x); }