This commit is contained in:
zhouxudong
2022-01-19 15:50:41 +08:00
parent cb0b074717
commit 93aafabf4f

View File

@@ -272,7 +272,7 @@ $lang->bug->typeList['config'] = 'Configuration';
$lang->bug->typeList['install'] = 'Installation';
$lang->bug->typeList['security'] = 'Security';
$lang->bug->typeList['performance'] = 'Performance';
$lang->bug->typeList['standard'] = 'CodingConventions';
$lang->bug->typeList['standard'] = 'Standard Specification';
$lang->bug->typeList['automation'] = 'TestScript';
$lang->bug->typeList['designdefect'] = 'DesignDefect';
$lang->bug->typeList['others'] = 'Others';