Very minor language changes

这个提交包含在:
Adam 2020-11-22 20:05:26 -06:00 提交者 GitHub
父节点 f7a9e63832
当前提交 8c0f1d33af
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -11,7 +11,7 @@
<div class="col-md-10">
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="includedeleted" id="includedeleted" value="1" <?php if ($this->input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
<label class="form-check-label" for="includedeleted">Include Deleted</label>
<label class="form-check-label" for="includedeleted">Include deleted</label>
</div>
</div>
</div>
@ -104,7 +104,7 @@
<thead>
<tr>
<td>#</td>
<td>Iota</td>
<td>IOTA</td>
<td>Prefix</td>
<td>Name</td>';
if ($this->input->post('includedeleted') || $this->input->method() !== 'post')
@ -162,4 +162,4 @@
echo '<div class="alert alert-danger" role="alert"><a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>Nothing found!</div>';
}
?>
</div>
</div>