From ccdac07c0554e7130a451e010b158e80a0d9f222 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Wed, 12 Mar 2025 15:48:37 +0800 Subject: [PATCH] fix capitalisation --- injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injector.js b/injector.js index 8141230..fc72ec0 100644 --- a/injector.js +++ b/injector.js @@ -352,7 +352,7 @@ document.querySelector("#giveme").addEventListener("click", () => { if (globalThis.doEaglerforge) { if (string.includes("__eaglerforgeinjector_installation_flag__")) { backgroundLog("Detected input containing EFI installation flag.", true); - return alert("this file already has eaglerforge injected in it, you nonce.\nif you're trying to update, you need a vanilla file."); + return alert("this file already has EaglerForge injected in it, you nonce.\nif you're trying to update, you need a vanilla file."); } patchedFile = await processClasses(patchedFile); } else if (globalThis.doShronk) {