Fix US County entry

This commit is contained in:
2026-01-20 05:08:28 -07:00
parent aa392272bd
commit 17713e08e5
2 changed files with 44 additions and 45 deletions

View File

@@ -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>