Fix small typo in DisableRadar toggle description (#22333)

old-commit-hash: 67c09b4caf11bfff2ecb527ffb1df5826214a6f9
This commit is contained in:
Jason Wen
2021-09-23 22:52:59 -04:00
committed by GitHub
parent 66ce76309b
commit 3a1b5c7110
+1 -1
View File
@@ -80,7 +80,7 @@ TogglesPanel::TogglesPanel(QWidget *parent) : ListWidget(parent) {
if (params.getBool("DisableRadar_Allow")) {
addItem(new ParamControl("DisableRadar",
"openpilot Longitudinal Control",
"openpilot will disable the car's radar and will take over control of gas and brakes. Warnning: this disables AEB!",
"openpilot will disable the car's radar and will take over control of gas and brakes. Warning: this disables AEB!",
"../assets/offroad/icon_speed_limit.png",
this));