-
-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
Describe the bug
When you create a lock using the 'approval' workflow, there is an error in the default email template structure. It defaults to using the title of the key instead of the title of the lock in the email. It says:
"You've been invited to [key]"
instead of
"You've been invited to [lock]"
The default title for keys is "Ticket for [lock]"
So the default email reads: "You've been invited to Ticket for [lock]" when someone applies to your event.
To Reproduce
Steps to reproduce the behavior:
- Set up an lock that requires approval to get the ticket
- Have someone apply for an invite
- Check their email and it will show the issue
Expected behavior
The email should use the [lock] field in the default text instead of [key].
Additional context
link to discord conversation about it
Metadata
Metadata
Assignees
Labels
No labels