Skip to content

Commit

Permalink
fix(glpiselectfield): missing caps un classnames
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 12, 2020
1 parent 00a3100 commit 11e3e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/field/glpiselectfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ public function getDesignSpecializationField() {
Computer::class => Computer::getTypeName(2),
Monitor::class => Monitor::getTypeName(2),
Software::class => Software::getTypeName(2),
Networkequipment::class => Networkequipment::getTypeName(2),
NetworkEquipment::class => Networkequipment::getTypeName(2),
Peripheral::class => Peripheral::getTypeName(2),
Printer::class => Printer::getTypeName(2),
Cartridgeitem::class => Cartridgeitem::getTypeName(2),
Consumableitem::class => Consumableitem::getTypeName(2),
CartridgeItem::class => CartridgeItem::getTypeName(2),
ConsumableItem::class => ConsumableItem::getTypeName(2),
Phone::class => Phone::getTypeName(2),
Line::class => Line::getTypeName(2)],
__("Assistance") => [
Expand Down

0 comments on commit 11e3e93

Please sign in to comment.