Skip to content

Commit be8c549

Browse files
committed
even shorter
1 parent ebc11fd commit be8c549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/ui/mici/layouts/onboarding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def on_continue():
150150
super().__init__(on_continue, back_callback=on_back, back_text="no", continue_text="yes")
151151
self._title_header = TermsHeader("improve driver monitoring", gui_app.texture("icons_mici/setup/green_dm.png", 60, 60))
152152

153-
self._dm_label = UnifiedLabel("Do you want to upload driver camera data to improve driver monitoring?", 42,
153+
self._dm_label = UnifiedLabel("Do you want to upload driver camera data?", 42,
154154
FontWeight.ROMAN)
155155

156156
def show_event(self):

0 commit comments

Comments
 (0)