From f8c5f2f1113ce4cc576ce1dfbc040d940a360b54 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 1 Jun 2021 14:41:58 +0200 Subject: [PATCH] ui: offroad -> while car is off old-commit-hash: f184bae8e0bcb9cb26dc2cdacac3d415f00486ae --- selfdrive/ui/qt/offroad/settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 1518755691..ead1e5d855 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/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")) {