Make SIG use the correct description/references from ADIF standard

This commit is contained in:
phl0
2025-05-06 15:44:59 +02:00
parent 39343d3cc7
commit b222ab3bb4
3 changed files with 13 additions and 13 deletions

View File

@@ -180,15 +180,15 @@ if ($dxcc_list->result() > 0) {
</div>
<div class="mb-3">
<label for="stationSigInput"><?= __("Signature Name"); ?></label>
<label for="stationSigInput"><?= __("Special Interest Group Name"); ?></label>
<input type="text" class="form-control uppercase" name="sig" id="stationSigInput" aria-describedby="stationSigInputHelp">
<small id="stationSigInputHelp" class="form-text text-muted"><?= __("Station Signature (e.g. GMA).."); ?></small>
<small id="stationSigInputHelp" class="form-text text-muted"><?= __("Station Special Interest Group Name (e.g. GMA)."); ?></small>
</div>
<div class="mb-3">
<label for="stationSigInfoInput"><?= __("Signature Information"); ?></label>
<label for="stationSigInfoInput"><?= __("Special Interest Group Information"); ?></label>
<input type="text" class="form-control uppercase" name="sig_info" id="stationSigInfoInput" aria-describedby="stationSigInfoInputHelp">
<small id="stationSigInfoInput" class="form-text text-muted"><?= __("Station Signature Info (e.g. DA/NW-357)."); ?></small>
<small id="stationSigInfoInput" class="form-text text-muted"><?= __("Station Special Interest Group Info (e.g. DA/NW-357)."); ?></small>
</div>
<div class="mb-3">