From 6350da94f49c74283caec6dbef1fb14cdd98c9e2 Mon Sep 17 00:00:00 2001 From: HgO Date: Mon, 11 Jul 2022 23:45:15 +0200 Subject: [PATCH] improve error message --- matrix_alertbot/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_alertbot/command.py b/matrix_alertbot/command.py index 8560c77..058b8db 100644 --- a/matrix_alertbot/command.py +++ b/matrix_alertbot/command.py @@ -123,7 +123,7 @@ class Command: await send_text_to_room( self.client, self.room.room_id, - f"Sorry, I couldn't find {count_alert_not_found} alerts, and thus I couldn't acknowledge them.", + f"Sorry, I couldn't find {count_alert_not_found} alerts, therefore I couldn't create their silence.", ) if count_created_silences > 0: @@ -177,7 +177,7 @@ class Command: await send_text_to_room( self.client, self.room.room_id, - f"Sorry, I couldn't find {count_alert_not_found} alerts, and thus I couldn't unacknowledge them.", + f"Sorry, I couldn't find {count_alert_not_found} alerts, therefore I couldn't remove their silences.", ) if count_removed_silences > 0: