From 0e459c994d8121fa41efe2ebc8547162cb5a03e1 Mon Sep 17 00:00:00 2001
From: Ram Nad <44163356+ram-nad@users.noreply.github.com>
Date: Mon, 3 Jun 2019 22:27:32 +0530
Subject: [PATCH] Correcting typo Issue: #5985
---
app/api/helpers/system_mails.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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'
},