*Fix bug 17682.

This commit is contained in:
songchenxuan
2021-12-23 16:24:11 +08:00
parent 47d7d7a92d
commit 2507b9ba75
9 changed files with 9 additions and 11 deletions
+1 -2
View File
@@ -15,9 +15,8 @@ $lang->execution->allExecutionAB = 'Execution List';
$lang->execution->id = $lang->executionCommon . ' ID';
$lang->execution->type = $lang->executionCommon . 'Type';
$lang->execution->name = $lang->executionCommon . 'Name';
$lang->execution->projectName = 'Project';
$lang->execution->code = $lang->executionCommon . 'Code';
$lang->execution->project = 'Project';
$lang->execution->projectName = 'Project';
$lang->execution->execName = 'Execution Name';
$lang->execution->execCode = 'Execution Code';
$lang->execution->execType = 'Execution Type';