Skip to content

Commit

Permalink
Fmd 984 (#1059)
Browse files Browse the repository at this point in the history
fmd-984 - Remove reference to owner from UI

Signed-off-by: Helder Ribeiro <[email protected]>
  • Loading branch information
hjribeiro-moj authored Nov 14, 2024
1 parent d853091 commit baca830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedback/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit baca830

Please sign in to comment.