diff --git a/global/globalScript.js b/global/globalScript.js index f0a2fe3..96f9155 100644 --- a/global/globalScript.js +++ b/global/globalScript.js @@ -172,7 +172,7 @@ document.addEventListener("DOMContentLoaded", async function () { let engine = getEngine() if (!["gecko", "blink"].includes(engine)) - { alert("Your web browser is not supported, expect major issues.\nRendering engine:" + engine) } + { alert("Your web browser is not supported, expect major issues.\nRendering engine: " + engine) } setLoadingProgress("Fetching tips...")