* Add version drop down and deleted tip.

This commit is contained in:
liumengyi
2023-11-21 14:19:40 +08:00
parent 754b80130b
commit 4a22da17e5
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ $lang->testcase->fromCaselib = '来自用例库用例';
$lang->testcase->fromCaseID = '用例来源ID';
$lang->testcase->fromCaseVersion = '用例来源版本';
$lang->testcase->mailto = '抄送给';
$lang->testcase->deleted = '是否删除';
$lang->testcase->deleted = '已删除';
$lang->testcase->browseUnits = '单元测试';
$lang->testcase->suite = '套件';
$lang->testcase->executionStatus = '执行状态';