Skip to content

Commit

Permalink
replace "URL" with "Metadata" in modgui.injector.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterCodes101 authored Sep 14, 2024
1 parent c268b7b commit 37bfecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modgui.injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
<thead>
<tr>
<td>
URL
Metadata
</td>
<td class="nothing"></td>
<td>
Expand Down Expand Up @@ -275,4 +275,4 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
});
f.click();
}
})();`;
})();`;

0 comments on commit 37bfecf

Please sign in to comment.