mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Change satellite label, there can be only one
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user