diff --git a/app/api/helpers/system_mails.py b/app/api/helpers/system_mails.py
index 8a6d80a50b..85ee5370d0 100644
--- a/app/api/helpers/system_mails.py
+++ b/app/api/helpers/system_mails.py
@@ -61,8 +61,8 @@
'message': (
u"Hi {email},
" +
u"Thank You for participating in our event. We hope you enjoyed it. "
- u"Please check the list of more upcoming events" +
- u"Here are the upcoming events: {upcoming_events} .Get ready!! "
+ u"Please check the list of more upcoming events.
" +
+ u"Here are the upcoming events: {upcoming_events}. Get ready!! "
),
'sent_at': '1 day after the event'
},