From b4e257f91915dc265b95a5e8c828512829a62afb Mon Sep 17 00:00:00 2001 From: lukapercic Date: Fri, 30 Jun 2023 16:13:25 +0200 Subject: [PATCH] fix message --- reminderManagement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reminderManagement.py b/reminderManagement.py index 59ba12d..778686b 100644 --- a/reminderManagement.py +++ b/reminderManagement.py @@ -371,8 +371,8 @@ def getTextForUpcomingElection(self, member: Participant, electionDateTime: date LOG.debug("Member (" + str(member) + ") is not going to participate and reminder " "is for 'not attended members'") return _("Hey! \n" - "I am here to remind you that Eden election is starting %s." - " \n You are not attending this election, so you will not be able to participate.\n\n" + "I am here to remind you that Eden election is starting %s.\n" + "You are not registered to attend this election, so you will not be able to participate.\n\n" "You can change your attendance status by pressing the button below text:.") % \ (nearestDateTimeText) else: