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;