diff --git a/selfdrive/selfdrived/events.py b/selfdrive/selfdrived/events.py index 29ab060d9b..9ed1b454f0 100755 --- a/selfdrive/selfdrived/events.py +++ b/selfdrive/selfdrived/events.py @@ -357,7 +357,8 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = { EventName.longitudinalManeuver: { ET.WARNING: longitudinal_maneuver_alert, - ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode"), + ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode", + "Ensure road ahead is clear"), }, EventName.selfdriveInitializing: {