Adjust hint for station profile creation

This commit is contained in:
phl0
2025-05-23 08:45:55 +02:00
parent 5b73bd9c75
commit 4bef5553e7

View File

@@ -102,7 +102,7 @@ if ($dxcc_list->result() > 0) {
<div class="mb-3" id="location_us_county">
<label for="stationCntyInput"><?= __("Station County"); ?></label>
<input type="text" class="form-control" name="station_cnty" id="stationCntyInputEdit" aria-describedby="stationCntyInputHelp">
<small id="stationCntyInputHelp" class="form-text text-muted"><?= __("Station County (Only used for USA/Alaska/Hawaii)."); ?></small>
<small id="stationCntyInputHelp" class="form-text text-muted"><?= __("Station County (Only used for specific DXCCs)."); ?></small>
</div>
<div class="row">