replace "URL" with "Metadata" in modgui.injector.js

This commit is contained in:
Leah Anderson 2024-09-14 12:34:10 -06:00 committed by GitHub
parent c268b7b7b2
commit 37bfecfdd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
<thead>
<tr>
<td>
URL
Metadata
</td>
<td class="nothing"></td>
<td>
@ -275,4 +275,4 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
});
f.click();
}
})();`;
})();`;