From 903649dbce76c61acb95ff57d7140712e80b3d2a Mon Sep 17 00:00:00 2001 From: Rosiak Date: Tue, 2 Jun 2015 19:42:08 +0200 Subject: [PATCH] Minor name changes - Capitalise alert - Change health page menu to match the category --- html/pages/alert-log.inc.php | 2 +- html/pages/health.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/alert-log.inc.php b/html/pages/alert-log.inc.php index 44eeb404c..34551e60b 100644 --- a/html/pages/alert-log.inc.php +++ b/html/pages/alert-log.inc.php @@ -24,7 +24,7 @@ $pagetitle[] = "Alert Log"; Time logged   Device - alert + Alert Status diff --git a/html/pages/health.inc.php b/html/pages/health.inc.php index 50e1c1b58..feb6061bb 100644 --- a/html/pages/health.inc.php +++ b/html/pages/health.inc.php @@ -17,7 +17,7 @@ $type_text['temperature'] = "Temperature"; $type_text['charge'] = "Battery Charge"; $type_text['humidity'] = "Humidity"; $type_text['mempool'] = "Memory"; -$type_text['storage'] = "Disk Usage"; +$type_text['storage'] = "Storage"; $type_text['diskio'] = "Disk I/O"; $type_text['processor'] = "Processor"; $type_text['voltage'] = "Voltage";