Fixed typos, defaulted MacOS update prompt to use https

This commit is contained in:
Duncan Bristow
2021-06-04 16:27:53 -07:00
parent 14d35fc923
commit 155357a7e9
3 changed files with 5 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ impl Client {
if ph.socket_addr.is_empty() {
match ph.failure.enum_value_or_default() {
punch_hole_response::Failure::ID_NOT_EXIST => {
bail!("ID not exist");
bail!("ID does not exist");
}
punch_hole_response::Failure::OFFLINE => {
bail!("Remote desktop is offline");