From 34a072890cc3c963ea6cb2cdaa23c96f3d802a93 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 3 Mar 2025 18:39:12 -0800 Subject: [PATCH] fix translations --- selfdrive/ui/qt/offroad/firehose.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/firehose.cc b/selfdrive/ui/qt/offroad/firehose.cc index 77474d00c2..ab1d0198c7 100644 --- a/selfdrive/ui/qt/offroad/firehose.cc +++ b/selfdrive/ui/qt/offroad/firehose.cc @@ -48,7 +48,7 @@ FirehosePanel::FirehosePanel(SettingsWindow *parent) : QWidget((QWidget*)parent) content_layout->addWidget(toggle_label); // Add contribution label - contribution_label = new QLabel("0 minutes"); + contribution_label = new QLabel(); contribution_label->setStyleSheet("font-size: 52px; margin-top: 10px; margin-bottom: 10px;"); contribution_label->setWordWrap(true); contribution_label->hide();