Skip to content

Commit

Permalink
fmd-984 - Remove reference to owner from UI
Browse files Browse the repository at this point in the history
Signed-off-by: Helder Ribeiro <[email protected]>
  • Loading branch information
hjribeiro-moj committed Nov 14, 2024
1 parent d853091 commit 05de5b3
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 05de5b3

Please sign in to comment.