diff --git a/src/tixlbase/models.py b/src/tixlbase/models.py index dd8d50ec7..f4c21acfc 100644 --- a/src/tixlbase/models.py +++ b/src/tixlbase/models.py @@ -520,7 +520,7 @@ class ItemVariation(models.Model): values by creating an ItemVariation object for them with active set to False. - Restrictions can be not only set to items but also directly to variation. + Restrictions can be not only set to items but also directly to variations. """ item = models.ForeignKey( Item,