2023-05-16 10:47:08 +08:00

11 lines
329 B
PHP
Executable File

<?php
$lang->todo->typeList['task'] = 'Task';
unset($lang->todo->typeList['bug']);
unset($lang->todo->typeList['testtask']);
unset($lang->todo->typeList['review']);
unset($lang->todo->typeList['issue']);
unset($lang->todo->typeList['risk']);
unset($lang->todo->typeList['opportunity']);
unset($lang->todo->typeList['meeting']);