This commit is contained in:
tianshujie
2023-11-03 14:34:32 +08:00
parent 7f398e2bcc
commit e3e811febd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ foreach ($data as $key => $value) $data[$key] = array_values($value);
* Define every group name, include expanded group.
*/
$tabs = array();
$tabs[] = array('name' => 'my', 'text' => $lang->project->mine);
$tabs[] = array('name' => 'my', 'text' => $lang->project->myProject);
$tabs[] = array('name' => 'other', 'text' => $lang->project->other);
$tabs[] = array('name' => 'closed', 'text' => $lang->project->closedProject);