refactor: Typo

This commit is contained in:
2024-12-31 11:35:29 +01:00
parent 533142461a
commit 364a6f32f4
2 changed files with 3 additions and 3 deletions

View File

@@ -790,7 +790,7 @@ class CommentNotification(BaseNotification):
return self.comment.get_absolute_url
class AndoptionNoticeNotification(BaseNotification):
class AdoptionNoticeNotification(BaseNotification):
adoption_notice = models.ForeignKey(AdoptionNotice, on_delete=models.CASCADE, verbose_name=_('Vermittlung'))
@property