diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php index 37b4ce1861..e4ea52c3d4 100644 --- a/app/system/resources/dashboard/system_status.php +++ b/app/system/resources/dashboard/system_status.php @@ -178,7 +178,7 @@ if ($dashboard_chart_type == "progress_bar") { //cpu usage if ($dashboard_row_span > 1) { - echo " ".$text['label-processor_usage']." $dashboard_row_span\n"; + echo " ".$text['label-processor_usage']."\n"; echo "
\n"; echo "
get('theme', 'dashboard_cpu_usage_chart_main_color') ?? '#03c04a').";'>".round($percent_cpu)."%
\n"; echo "
\n";