Skip to content

Commit

Permalink
Fixing type in Orca Sounds menu (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
micowan authored Sep 20, 2024
1 parent 2b4b285 commit e66c651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class OrcaSounds
// Detection State
protected List<DropdownOption> DetectionStateDropdownOptions = new() {
new(DetectionState.Unreviewed, "Unreviewed Calls"),
new(DetectionState.Positive, "Verfied Calls"),
new(DetectionState.Positive, "Verified Calls"),
new(DetectionState.Negative, "Rejected Calls"),
new(DetectionState.Unknown, "Unclear Calls" )};

Expand Down

0 comments on commit e66c651

Please sign in to comment.