From b38e57eb2b1c5b6b438fb238b1752f40b4a9e188 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 3 May 2021 11:59:01 +0200 Subject: [PATCH] Improve community feature alert text (#20803) --- selfdrive/controls/lib/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 0e409b352..87ea3d6fa 100644 --- a/selfdrive/controls/lib/events.py +++ b/selfdrive/controls/lib/events.py @@ -287,8 +287,8 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo EventName.communityFeatureDisallowed: { # LOW priority to overcome Cruise Error ET.PERMANENT: Alert( - "Community Feature Detected", - "Enable Community Features in Developer Settings", + "openpilot Not Available", + "Enable Community Features in Settings to Engage", AlertStatus.normal, AlertSize.mid, Priority.LOW, VisualAlert.none, AudibleAlert.none, 0., 0., .2), },