* 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
@@ -73,7 +73,7 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
<td>
<?php echo html::select('type', $lang->testcase->typeList, $type, "class='form-control chosen'");?>
<div class="input-group-addon">
<?php echo html::checkbox('auto', array('auto' => $lang->testcase->showAutoCase), $auto, "id='autocase' title='{$lang->testcase->showAutoCase}'");?>
<?php echo html::checkbox('auto', array('auto' => $lang->testcase->automated), $auto, "id='autocase' title='{$lang->testcase->automated}'");?>
</div>
</td>
<?php if(strpos(",$showFields,", 'stage') !== false):?>