diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 2062fd620e..887520700e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -210,12 +210,12 @@ if ($deleted_ports) { echo('
  • Memory
  • Storage

  • -
  • Temperatures
  • +
  • Temperatures
  • Humidity
  • -
  • Fans
  • +
  • Fans

  • -
  • Voltages
  • -
  • Frequencies
  • +
  • Voltages
  • +
  • Frequencies
  • Current
  • diff --git a/html/pages/health.inc.php b/html/pages/health.inc.php index 873f9ec4a9..5a04495708 100644 --- a/html/pages/health.inc.php +++ b/html/pages/health.inc.php @@ -9,7 +9,7 @@ $type_text['mempool'] = "Memory"; $type_text['storage'] = "Disk Usage"; $type_text['diskio'] = "Disk I/O"; $type_text['processor'] = "Processor"; -$type_text['voltage'] = "Voltages"; +$type_text['voltage'] = "Voltage"; $type_text['fanspeed'] = "Fanspeed"; $type_text['frequency'] = "Frequency"; $type_text['current'] = "Current";