5 lines
152 B
PHP
5 lines
152 B
PHP
<?php
|
|
unset($lang->bug->typeList['others']);
|
|
$lang->bug->typeList['codeimprovement'] = 'Code Improvement';
|
|
$lang->bug->typeList['others'] = 'Khác';
|