minor typo

This commit is contained in:
Meliox 2025-09-07 00:25:37 +02:00
parent 595bd96af6
commit af5d9c5f2e

View File

@ -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';