Make multi device instructions clearer

This commit is contained in:
gmbnt
2020-03-25 11:36:53 +11:00
parent 782986f1bb
commit a3d416daa0
5 changed files with 4 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ private class LinkDeviceActivityAdapter(val activity: LinkDeviceActivity) : Frag
1 -> {
val result = ScanQRCodeWrapperFragment()
result.delegate = activity
result.message = "Link to your existing account by going into your in-app settings and clicking \"Linked Devices\""
result.message = "Navigate to \"Settings\" > \"Devices\" > \"Link a Device\" on your other device and then scan the QR code that comes up to start the linking process."
result
}
else -> throw IllegalStateException()