Skip to content

Commit

Permalink
Correct typo in file association display. (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith authored Mar 26, 2024
1 parent 1fdde4d commit 14ba92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getFileNameByType = (type: FileTypes) => {
case FileTypes.Acquisition:
return 'Acquisition';
case FileTypes.Disposition:
return 'Research';
return 'Disposition';
case FileTypes.Lease:
return 'Lease/License';
case FileTypes.Research:
Expand Down

0 comments on commit 14ba92b

Please sign in to comment.