Rewrite Waiting List Email
Created by: alexander-schoch-linuxdays
There's two cases why a user would receive the "events_waitignList" email:
- The event is full. In this case, they end up on the waiting list and can be accepted if people sign off.
- The event moderator has to approve of the participants, and thus all users end up on the waiting list.
The current text reads as follows:
Hello {{ name }}!
We are sorry to inform you that your signup for {{ event }} was rejected because there are no free spots available.
We put you on a waiting list and we will send you an email when a spot becomes available.
Best Regards,
AMIV
This text is well-suited for case 1, but very confusing for case 2. I got confused twice within one month about this now, so I'm creating a PR.