From 0b3d52fc0ed922724b8006c110a1899c822e1174 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 7 Mar 2024 00:27:36 +0100 Subject: [PATCH] UI Tweaks --- app/Fans.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fans.cs b/app/Fans.cs index 68487bf9..ba0f717b 100644 --- a/app/Fans.cs +++ b/app/Fans.cs @@ -48,7 +48,7 @@ namespace GHelper labelPowerLimits.Text = Properties.Strings.PowerLimits; checkApplyPower.Text = Properties.Strings.ApplyPowerLimits; - labelFans.Text = Properties.Strings.FanCurves; + labelFans.Text = "BIOS " + Properties.Strings.FanCurves; labelBoost.Text = Properties.Strings.CPUBoost; buttonReset.Text = Properties.Strings.FactoryDefaults; checkApplyFans.Text = Properties.Strings.ApplyFanCurve;