From b0b6bf87024a3975f9e4f2f733307b620a2ce795 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 18 Nov 2025 23:37:54 -0800 Subject: [PATCH] driving model -> openpilot --- selfdrive/ui/mici/layouts/onboarding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/ui/mici/layouts/onboarding.py b/selfdrive/ui/mici/layouts/onboarding.py index 6036393aa..a3f859208 100644 --- a/selfdrive/ui/mici/layouts/onboarding.py +++ b/selfdrive/ui/mici/layouts/onboarding.py @@ -287,8 +287,8 @@ class TrainingGuideConfidenceBall(SetupTermsPage): self._start_time = 0.0 self._title_header = TermsHeader("confidence ball", gui_app.texture("icons_mici/setup/green_car.png", 60, 60)) - self._warning_label = UnifiedLabel("The ball on the right communicates how confident the driving " + - "model is about the road scene at any given time.", 36, + self._warning_label = UnifiedLabel("The ball on the right communicates how confident openpilot " + + "is about the road scene at any given time.", 36, FontWeight.ROMAN) def show_event(self):