rename "Language" string to "Version"

This commit is contained in:
Ramen2X 2025-06-29 10:01:23 -04:00 committed by GitHub
parent 55ddfa8eef
commit bc22b63d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -687,9 +687,9 @@
<h3 class="config-legend">Game</h3>
<div class="form-grid">
<div class="form-group">
<label class="form-group-label">Language</label>
<label class="form-group-label">Version</label>
<div class="select-wrapper">
<select id="language-select" name="Language">
<select id="version-select" name="Version">
<option value="da">Danish</option>
<option value="el">English (1.0)</option>
<option value="en" selected>English (1.1)</option>
@ -1201,4 +1201,4 @@
<script src="isle.js" async></script>
</body>
</html>
</html>