diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 9d4905c63d..403880da53 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -516,7 +516,7 @@ void DevicePanel::forceoffroad() { } else { if (ConfirmationDialog::confirm(tr("Are you sure you want to unforce offroad?"), tr("Unforce"), this)) { if (!uiState()->engaged()) { - params.remove("ForceOFfroad"); + params.remove("ForceOffroad"); } } }