Skip to content

Commit b0b6bf8

Browse files
committed
driving model -> openpilot
1 parent 85b0599 commit b0b6bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selfdrive/ui/mici/layouts/onboarding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ def __init__(self, continue_callback):
287287
self._start_time = 0.0
288288

289289
self._title_header = TermsHeader("confidence ball", gui_app.texture("icons_mici/setup/green_car.png", 60, 60))
290-
self._warning_label = UnifiedLabel("The ball on the right communicates how confident the driving " +
291-
"model is about the road scene at any given time.", 36,
290+
self._warning_label = UnifiedLabel("The ball on the right communicates how confident openpilot " +
291+
"is about the road scene at any given time.", 36,
292292
FontWeight.ROMAN)
293293

294294
def show_event(self):

0 commit comments

Comments
 (0)