diff --git a/core/models.py b/core/models.py index 1d0274d73..2fe42f75e 100644 --- a/core/models.py +++ b/core/models.py @@ -106,7 +106,8 @@ def random_color(): class Tag(TagBase): class Meta: - verbose_name = _("Tags") + verbose_name = _("Tag") + verbose_name_plural = _("Tags") color = models.CharField( verbose_name=_("Color"),