rename "Language" string to "Version" (#4)

* rename "Language" string to "Version"

* whitespace

* revert
This commit is contained in:
Ramen2X 2025-06-29 10:35:34 -04:00 committed by GitHub
parent 55ddfa8eef
commit 224347ba3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -687,7 +687,7 @@
<h3 class="config-legend">Game</h3> <h3 class="config-legend">Game</h3>
<div class="form-grid"> <div class="form-grid">
<div class="form-group"> <div class="form-group">
<label class="form-group-label">Language</label> <label class="form-group-label">Version</label>
<div class="select-wrapper"> <div class="select-wrapper">
<select id="language-select" name="Language"> <select id="language-select" name="Language">
<option value="da">Danish</option> <option value="da">Danish</option>
@ -1202,3 +1202,4 @@
<script src="isle.js" async></script> <script src="isle.js" async></script>
</body> </body>
</html> </html>