Skip to content

Commit 153f23f

Browse files
committed
Adjust TDP label texts
1 parent 24f03d3 commit 153f23f

File tree

4 files changed

+87
-132
lines changed

4 files changed

+87
-132
lines changed

src/ng-app/app/profile-details-edit/profile-details-edit.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ export class ProfileDetailsEditComponent implements OnInit, OnDestroy {
210210

211211
this.tdpLabels = new Map();
212212
this.tdpLabels.set('pl1', $localize `:@@tdpLabelsPL1:Sustained Power Limit (PL1)`);
213-
this.tdpLabels.set('pl2', $localize `:@@tdpLabelsPL2:Slow (max. 28 sec) Power Limit (PL2)`);
214-
this.tdpLabels.set('pl4', $localize `:@@tdpLabelsPL4:Fast (max. 8 sec) Power Limit (PL4)`);
213+
this.tdpLabels.set('pl2', $localize `:@@tdpLabelsPL2:Short-term (max. 28 sec) Power Limit (PL2)`);
214+
this.tdpLabels.set('pl4', $localize `:@@tdpLabelsPL4:Peak (max. 8 sec) Power Limit (PL4)`);
215215

216216
this.showCPUTabsCircles = this.compat.hasODMPowerLimitControl;
217217
}

0 commit comments

Comments
 (0)