From af5d9c5f2e444177ff7708a9f118dd5eeb5a3aec Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Sep 2025 00:25:37 +0200 Subject: [PATCH] minor typo --- pve-mod-gui-sensors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 8c5c6b1..cf9810c 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -818,7 +818,7 @@ generate_cpu_widget() { AMDPackageCaption = 'CCD'; } else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') { AMDPackagePrefix = 'CPU Core Temp'; - AMDPackageCaption = 'CPU'; + AMDPackageCaption = 'CPU Core Temp'; } else if (bTdie) { AMDPackagePrefix = 'Tdie'; AMDPackageCaption = 'Die';