Skip to content

Commit

Permalink
Fix typo (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-deepfence authored Jul 19, 2024
1 parent 4aab3d1 commit cc3fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepfence_frontend/apps/dashboard/src/utils/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getBenchmarkPrettyName(backendBenchmark: ModelBenchmarkType) {
case ModelBenchmarkType.Pci:
return 'PCI';
case ModelBenchmarkType.Hipaa:
return 'HIPPA';
return 'HIPAA';
case ModelBenchmarkType.Soc2:
return 'SOC2';
case ModelBenchmarkType.Gdpr:
Expand Down

0 comments on commit cc3fc5f

Please sign in to comment.