✏️ small typos fixed

This commit is contained in:
akashnimare
2017-01-14 22:42:28 +05:30
parent 9e75861546
commit 5f027820f4
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ window.addDomain = function () {
ipcRenderer.send('new-domain', domain);
} else {
document.getElementById('main').innerHTML = 'Connect';
document.getElementById('server-status').innerHTML = 'Not a vaild Zulip Server.';
document.getElementById('server-status').innerHTML = 'Not a valid Zulip Server.';
}
});
};

View File

@@ -42,7 +42,7 @@ function addDomain() {
} else {
document.getElementById('pic').style.display = 'none';
document.getElementById('main').innerHTML = 'Switch';
document.getElementById('urladded').innerHTML = 'Not a vaild Zulip Server.';
document.getElementById('urladded').innerHTML = 'Not a valid Zulip Server.';
}
});
}