fix canreportmistake label

This commit is contained in:
Laura Klünder 2024-12-25 14:15:31 +01:00
parent d9e48aa561
commit 43aaf777f6

View file

@ -329,7 +329,7 @@ class LocationGroup(Location, models.Model):
MULTIPLE = "multiple", _("offer if nothing in the first step matches, multiple choice")
class CanReportMistake(models.TextChoices):
ALLOW = "allow", _("don't offer")
ALLOW = "allow", _("allow")
REJECT = "reject", _("reject for all locations with this group")
category = models.ForeignKey(LocationGroupCategory, related_name='groups', on_delete=models.PROTECT,