Very minor language updates
这个提交包含在:
父节点
d669adba8c
当前提交
3b6f9e4d99
共有 1 个文件被更改,包括 4 次插入 和 4 次删除
|
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用