From 6e6480ecfc3b5c9d5bfe4bdecb35fd3a95834ba7 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Sep 2025 00:26:41 +0200 Subject: [PATCH] typos --- pve-mod-gui-sensors.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index cf9810c..5c82745 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -815,16 +815,16 @@ generate_cpu_widget() { }); if (bTccd && '$CPU_TEMP_TARGET' == 'Core') { AMDPackagePrefix = 'Tccd'; - AMDPackageCaption = 'CCD'; + AMDPackageCaption = 'ccd'; } else if (bCpuCoreTemp && '$CPU_TEMP_TARGET' == 'Package') { AMDPackagePrefix = 'CPU Core Temp'; AMDPackageCaption = 'CPU Core Temp'; } else if (bTdie) { AMDPackagePrefix = 'Tdie'; - AMDPackageCaption = 'Die'; + AMDPackageCaption = 'die'; } else if (bTctl) { AMDPackagePrefix = 'Tctl'; - AMDPackageCaption = 'Die'; + AMDPackageCaption = 'ctl'; } else { AMDPackagePrefix = 'temp'; AMDPackageCaption = 'Temp';