-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
The cancel_too_late_message is currently as follows: "Cancellation isn't possible anymore without having to pay the full costs of €${event.fine}. Also note that you will be unable to re-register."
This message is shown in the app when a user deregisters when the cancellation deadline has already passed. This cancellation message does not really stress the user that they may not want to deregister after the cancellation deadline. For this reason, we make a new message in the app which is as follows: "The deadline has passed, are you sure you want to cancel your registration and pay the estimated full costs of €${event.fine}? You will not be able to undo this!"
It would be nice if we could directly use cancel_too_late_message in the app instead of constructing our own