Change satellite label, there can be only one

This commit is contained in:
Andreas Kristiansen
2024-12-10 13:01:23 +01:00
parent a915becce6
commit 88308c8890

View File

@@ -493,7 +493,7 @@
</select>
</div>
<div class="mb-3 w-auto">
<label class="my-1 me-sm-2 w-auto" id="satslabel" for="satlist"><?= __("Satellites"); ?></label>
<label class="my-1 me-sm-2 w-auto" id="satslabel" for="satlist"><?= __("Satellite"); ?></label>
<select class="my-1 me-sm-2 w-auto form-select form-select-sm" id="satlist">
<?php foreach($satellites as $sat) {
echo '<option value="' . $sat->satname . '"' . '>' . $sat->satname . '</option>'."\n";