Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapercic authored Jun 30, 2023
1 parent 629cc1a commit b4e257f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reminderManagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4e257f

Please sign in to comment.