diff --git a/feedback/models.py b/feedback/models.py index 28c40078..6f6794fb 100644 --- a/feedback/models.py +++ b/feedback/models.py @@ -28,7 +28,7 @@ class Feedback(models.Model): class Issue(models.Model): class IssueChoices(models.TextChoices): BROKEN_LINK = "Link is broken" - INCORRECT_OWNER = "Owner is incorrect" + INCORRECT_CUSTODIAN = "Data Custodian is incorrect" OUTDATED_CONTACT = "Contact is outdated" OTHER = "Other"