diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index cceaed9529..2c869e1a83 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -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';