diff --git a/src/contexts/RyzenAdjContext.tsx b/src/contexts/RyzenAdjContext.tsx index 697f766..711581e 100644 --- a/src/contexts/RyzenAdjContext.tsx +++ b/src/contexts/RyzenAdjContext.tsx @@ -112,7 +112,6 @@ const RyzenAdjOptionDefinitions: Array = [ ryzenadj_arg: "--stapm-limit=", ryzenadj_value_convert: "toThousand", }, - { description: getTranslation( "ryzenAdj.stapmTime.desc", @@ -142,11 +141,6 @@ const RyzenAdjOptionDefinitions: Array = [ ryzenadj_value_convert: "toThousand", }, { - description: getTranslation( - "ryzenAdj.slowLimit.desc", - "The amount of power the CPU can draw while boost levels off." - ), - { description: getTranslation( "ryzenAdj.slowTime.desc", "This define the period to be used out of boost period to deliver a constant power to be delivered to the socket." @@ -160,6 +154,11 @@ const RyzenAdjOptionDefinitions: Array = [ ryzenadj_arg: "--slow-time=", ryzenadj_value_convert: null, }, + { + description: getTranslation( + "ryzenAdj.slowLimit.desc", + "The amount of power the CPU can draw while boost levels off." + ), label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"), tab: "cpu", min: 5,