Skip to content

Commit

Permalink
✏️ [#4895] Fix app label name for submission email content type
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvanwijk committed Dec 11, 2024
1 parent 76c2865 commit 03d38b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/emails/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class EmailEventChoices(models.TextChoices):


class EmailContentTypeChoices(models.TextChoices):
submission = "submission.submission", _("Submission")
submission = "submissions.Submission", _("Submission")

0 comments on commit 03d38b9

Please sign in to comment.