Skip to content

Commit cfd3845

Browse files
committed
#14 Fix a typo
1 parent 3a188ee commit cfd3845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/scripts/services/Constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Indeterminate: 'Indeterminate',
66
FalsePositive: 'False Positive',
77
TruePositive: 'True Positive',
8-
Duplicated: 'Duplicated',
8+
Duplicated: 'Duplicate',
99
Other: 'Other'
1010
})
1111
.value('CaseImpactStatus', {

0 commit comments

Comments
 (0)