mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix US County entry
This commit is contained in:
@@ -110,7 +110,7 @@ if ($dxcc_list->result() > 0) {
|
||||
|
||||
<!-- US County -->
|
||||
<div class="mb-3" id="location_us_county">
|
||||
<label for="stationCntyInput"><?= __("Station County"); ?></label>
|
||||
<label for="stationCntyInputEdit"><?= __("Station County"); ?></label>
|
||||
<input type="text" class="form-control" name="station_cnty" id="stationCntyInputEdit" aria-describedby="stationCntyInputHelp" value="">
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted"><?= __("Station County (Only used for specific DXCCs)."); ?></small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user