ui: offroad -> while car is off

old-commit-hash: f184bae8e0
commatwo_master
Willem Melching 4 years ago
parent 8c3d2ed644
commit f8c5f2f111
  1. 2
      selfdrive/ui/qt/offroad/settings.cc

@ -243,7 +243,7 @@ void DeveloperPanel::updateLabels() {
layout()->addWidget(versionLbl);
layout()->addWidget(horizontal_line());
lastUpdateTimeLbl = new LabelControl("Last Update Check", lastUpdateTime, "The last time openpilot checked for an update. Updates are only checked while off-road.");
lastUpdateTimeLbl = new LabelControl("Last Update Check", lastUpdateTime, "The last time openpilot checked for an update. Updates are only checked while car is off.");
connect(lastUpdateTimeLbl, &LabelControl::showDescription, [=]() {
Params params = Params();
if (params.getBool("IsOffroad")) {

Loading…
Cancel
Save