Minor name changes

- Capitalise alert
- Change health page menu to match the category
This commit is contained in:
Rosiak
2015-06-02 19:42:08 +02:00
parent e270db10e4
commit 903649dbce
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ $pagetitle[] = "Alert Log";
<th data-column-id="time_logged" data-order="desc">Time logged</th>
<th data-column-id="details" data-sortable="false">&nbsp;</th>
<th data-column-id="hostname">Device</th>
<th data-column-id="alert">alert</th>
<th data-column-id="alert">Alert</th>
<th data-column-id="status" data-sortable="false">Status</th>
</tr>
</thead>

View File

@@ -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";