提交 0344d430 编写于 作者: S Santosh Thoduka 提交者: Nikita Manovich

Fix grammar of wrong browser message (#376)

上级 0e821381
......@@ -13,8 +13,8 @@
var supportedPlatforms = ['Chrome'];
if (supportedPlatforms.indexOf(platform.name) == -1) {
try {
document.documentElement.innerHTML = "<center><h1> You browser detected as " + platform.name +
". This tool not supports it. Please use latest version of Google Chrome.</h1></center>";
document.documentElement.innerHTML = "<center><h1> Your browser is detected as " + platform.name +
". This tool does not support it. Please use the latest version of Google Chrome.</h1></center>";
window.stop();
}
catch (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册