diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index d4ed3be36..89301fd6a 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -374,7 +374,7 @@ if ($sep && array_keys($menu_sensors)) foreach (array_keys($menu_sensors) as $item) { - echo('
  • '.ucfirst($item).'
  • '); + echo('
  • '.nicecase($item).'
  • '); unset($menu_sensors[$item]);$sep++; } diff --git a/includes/discovery/processors/hrdevice.inc.php b/includes/discovery/processors/hrdevice.inc.php index 41b307860..2737c1e97 100755 --- a/includes/discovery/processors/hrdevice.inc.php +++ b/includes/discovery/processors/hrdevice.inc.php @@ -1,6 +1,6 @@