Very minor language updates

这个提交包含在:
Adam 2020-11-22 19:58:12 -06:00 提交者 GitHub
父节点 d669adba8c
当前提交 3b6f9e4d99
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -50,19 +50,19 @@
<div class="form-check">
<input class="form-check-input" type="radio" name="awardradio" id="was" value="was" <?php if ($this->input->post('awardradio') == 'was') echo ' checked'?>>
<label class="form-check-label" for="was">
Worked all states (WAS)
Worked All States (WAS)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="awardradio" id="iota" value="iota" <?php if ($this->input->post('awardradio') == 'iota') echo ' checked'?>>
<label class="form-check-label" for="iota">
Islands on the air (IOTA)
Islands On The Air (IOTA)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="awardradio" id="waz" value="waz" <?php if ($this->input->post('awardradio') == 'waz') echo ' checked'?>>
<label class="form-check-label" for="waz">
Worked all zones (WAZ)
Worked All Zones (WAZ)
</label>
</div>
</div>
@ -217,4 +217,4 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $
</tr>';
}
echo '</tfoot></table></div>';
}
}