Skip to content

Commit

Permalink
Update field.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored Oct 17, 2024
1 parent df86226 commit 5718afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/field.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
if (!$withtemplate) {
switch ($item->getType()) {
case __CLASS__:
$ong[1] = "Test";
$ong[1] = $this->getTypeName(1);

return $ong;
}
Expand Down

0 comments on commit 5718afc

Please sign in to comment.