Skip to content

Commit 143a9b9

Browse files
Merge akamai:ZoneMinder into ai_server
2 parents 09af16b + a2f44aa commit 143a9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ function getCpuUsageHTML() {
945945
$thisServer->ReadStats();
946946

947947
$result .= '<li id="getCpuUsageHTML" class="CpuUsage nav-item mx-2">'.PHP_EOL;
948-
$result .= '&nbsp;'.translate('Cpu').': '.number_format($thisServer->CpuUsagePercent, 1, '.', '').'%'.PHP_EOL;
948+
$result .= '&nbsp;'.translate('CPU').': '.number_format($thisServer->CpuUsagePercent, 1, '.', '').'%'.PHP_EOL;
949949
$result .= '</li>'.PHP_EOL;
950950
}
951951
return $result;

0 commit comments

Comments
 (0)