diff --git a/app/renderer/js/utils/domain-util.js b/app/renderer/js/utils/domain-util.js index bd69fb4d..378ba338 100644 --- a/app/renderer/js/utils/domain-util.js +++ b/app/renderer/js/utils/domain-util.js @@ -155,7 +155,7 @@ class DomainUtil { } } else { 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); } });