diff --git a/html/pages/device/health/temp.inc.php b/html/pages/device/health/temp.inc.php
index 4a8f24f85..faa3a7516 100644
--- a/html/pages/device/health/temp.inc.php
+++ b/html/pages/device/health/temp.inc.php
@@ -13,8 +13,8 @@ while($temp = mysql_fetch_array($query)) {
echo("
| " . $temp['temp_descr'] . " |
- " . print_temperature($temp['temp_current'], $temp['temp_limit']) . " |
- " . $temp['temp_limit'] . " |
+ " . print_temperature($temp['temp_current'], $temp['temp_limit']) . " °C |
+ " . $temp['temp_limit'] . " °C |
" . $temp['temp_notes'] . " |
\n");
echo("| ");
|