* 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
@@ -142,7 +142,7 @@
if($this->moduleName == 'story' and $this->methodName == 'zerocase') continue;
if($browseType == 'bysuite' or $browseType == 'bysearch') continue;
echo html::checkbox('showAutoCase', array('1' => $lang->testcase->showAutoCase), '', $this->cookie->showAutoCase ? 'checked=checked' : '');
echo html::checkbox('showAutoCase', array('1' => $lang->testcase->automated), '', $this->cookie->showAutoCase ? 'checked=checked' : '');
}
elseif($hasBrowsePriv and ($menuType == 'all' or $menuType == 'needconfirm' or $menuType == 'wait'))
{