Improve busy PC error text

This commit is contained in:
Cameron Gutman 2019-03-17 00:33:52 -07:00
parent 7c3cec0451
commit 5ccb4a8b7f

View file

@ -175,7 +175,7 @@ GridView {
}
else {
// cannot pair while something is streaming or attempting to pair
errorDialog.text = "This PC is currently busy. Make sure to quit any running games and try again."
errorDialog.text = "You cannot pair while a previous session is still running on the host PC. Quit any running games or reboot the host PC, then try pairing again."
errorDialog.open()
}
}