Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
staxly committed Oct 23, 2023
1 parent 0033e3c commit c7b3f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ def __str__(self):
return self.book.book_title

class Meta:
verbose_name = "erratum"
verbose_name_plural = "errata"
verbose_name = "erratum list"
verbose_name_plural = "errata list"


class EmailText(models.Model):
Expand Down

0 comments on commit c7b3f70

Please sign in to comment.