diff --git a/selfdrive/controls/lib/events.py b/selfdrive/controls/lib/events.py index 0e409b352c..87ea3d6fad 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), },