diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc
index 7378090c1..2fe1adc8e 100644
--- a/selfdrive/ui/qt/offroad/settings.cc
+++ b/selfdrive/ui/qt/offroad/settings.cc
@@ -46,15 +46,13 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
{
"EnableDisturbanceCorrection",
tr("Enable Disturbance Correction"),
- tr("Correct external disturbances such as gusts of wind. (distinguishable short term events)
"
- "Switching has no effect while onroad.
"),
+ tr("Correct external disturbances such as gusts of wind. (distinguishable short term events)
"),
"../assets/img_chffr_wheel.png",
},
{
"EnableSmoothSteer",
tr("Enable Steer Smoothing"),
- tr("Enables S-curving on lateral control for smoother steering
"
- "Switching has no effect while onroad.
"),
+ tr("Enables S-curving on lateral control for smoother steering
"),
"../assets/img_chffr_wheel.png",
},
{