* testcaseLang: change showAutoCase to automated.

This commit is contained in:
liugang
2023-06-13 17:10:18 +08:00
parent 3e53d1b567
commit 900ab83a94
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
<td>
<?php echo html::select('type', (array)$lang->testcase->typeList, $case->type, "class='form-control chosen'");?>
<div class="input-group-addon">
<?php echo html::checkbox('auto', array('auto' => $lang->testcase->showAutoCase), $case->auto, "id='autocase' title='{$lang->testcase->showAutoCase}'");?>
<?php echo html::checkbox('auto', array('auto' => $lang->testcase->automated), $case->auto, "id='autocase' title='{$lang->testcase->automated}'");?>
</div>
</td>
</tr>