mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Improve tooltip wording
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
@@ -373,7 +373,7 @@ function updateSystemInfo() {
|
|||||||
);
|
);
|
||||||
$("#cpu").prop(
|
$("#cpu").prop(
|
||||||
"title",
|
"title",
|
||||||
"Shown load metrics are load averages for the past 1, 5, and 15 minutes on a system having " +
|
"Load averages for the past 1, 5, and 15 minutes\non a system with " +
|
||||||
system.cpu.nprocs +
|
system.cpu.nprocs +
|
||||||
" cores and running " +
|
" cores and running " +
|
||||||
system.procs +
|
system.procs +
|
||||||
|
|||||||
Reference in New Issue
Block a user