diff --git a/elementary/monitor/data_monitoring/alerts/integrations/teams/teams.py b/elementary/monitor/data_monitoring/alerts/integrations/teams/teams.py index 19dc3f4ed..ba4fdceee 100644 --- a/elementary/monitor/data_monitoring/alerts/integrations/teams/teams.py +++ b/elementary/monitor/data_monitoring/alerts/integrations/teams/teams.py @@ -557,7 +557,7 @@ def _get_alerts_group_template(self, alert: AlertsGroup, *args, **kwargs): # ty if alert.model_errors: rows = [alert.summary for alert in alert.model_errors] - text = "
".join([f"🔺 {row}" for row in rows]) + text = "
".join([f"😵 {row}" for row in rows]) self.message_builder.addSection( self._get_section("*Model errors*", f"{text}") )