1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

hotfix for tune lock string

This commit is contained in:
NoobishSVK
2024-09-15 00:49:46 +02:00
parent ab000412fa
commit 546997f351

View File

@@ -118,7 +118,7 @@
<div class="flex-container flex-center" style="margin: 30px;">
<div class="form-group checkbox">
<input type="checkbox" tabindex="0" id="tuner-public" aria-label="Public tuner (no password)">
<label for="tuner-public">Tune lock</label>
<label for="tuner-public">Public tuner</label>
</div>
<div class="form-group checkbox">
<input type="checkbox" tabindex="0" id="tuner-lock" aria-label="Admin lock (only admins can tune)">