mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 14:03:27 +00:00
fail to connect message #336
This commit is contained in:
@@ -155,7 +155,7 @@ class DomainUtil {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const invalidZulipServerError = `${domain} does not appear to be a valid Zulip server. Make sure that \
|
const invalidZulipServerError = `${domain} does not appear to be a valid Zulip server. Make sure that \
|
||||||
(1) you can connect to that URL in a web browser and \n (2) if you need a proxy to connect to the Internet, that you've configured your proxy in the Network settings`;
|
\n(1) you can connect to that URL in a web browser and \n (2) if you need a proxy to connect to the Internet, that you've configured your proxy in the Network settings`;
|
||||||
reject(invalidZulipServerError);
|
reject(invalidZulipServerError);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user