From 65e08b51a0d50bc24df2f0f3585ca8b514fd6d9a Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 19 Sep 2023 00:26:43 -0400 Subject: [PATCH] ui: Update Feature Status texts (#282) --- selfdrive/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index 65d90f508d..c644790a0e 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -25,7 +25,7 @@ const QRect speed_sgn_rc(UI_BORDER_SIZE * 2, UI_BORDER_SIZE * 2.5 + 202, 184, 18 struct FeatureStatusText { const QStringList dlp_list_text = { "Laneful", "Laneless", "Auto" }; const QStringList gac_list_text = { "Maniac", "Aggressive", "Standard", "Relaxed" }; - const QStringList slc_list_text = { "Inactive", "TempInactive", "Adapting", "Active" }; + const QStringList slc_list_text = { "Inactive", "Temp Off", "Adapting", "Active" }; }; struct FeatureStatusColor {