From 343b613c512b5ffafe7b31fecb9b888d81c1c0ec Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Thu, 23 Dec 2021 00:40:25 +0100
Subject: [PATCH] spelling

---
 rocketchat-reporting | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rocketchat-reporting b/rocketchat-reporting
index 29e0f72..57753a3 100644
--- a/rocketchat-reporting
+++ b/rocketchat-reporting
@@ -11,7 +11,7 @@ import jinja2
 def main():
 	jinjaenv = jinja2.Environment()
 	template = jinjaenv.from_string("""Ohi,
-{{ reporter[0].username|d("<unknown>") }} send a new report about a message from the user {{ report.message.u.username|d("<unknown>") }}
+{{ reporter[0].username|d("<unknown>") }} sent a new report about a message from the user {{ report.message.u.username|d("<unknown>") }} .
 
 Time: {{ report.ts }}
 URL to message:
-- 
GitLab