ui: offroad -> while car is off

pull/21095/head
Willem Melching 2021-06-01 14:41:58 +02:00
parent e66bbec52b
commit f184bae8e0
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {