fix(ui): remove typo from compliance detailed view (#8142)

This commit is contained in:
Pedro Martín
2025-06-30 18:03:45 +02:00
committed by GitHub
parent 89fc698a0e
commit f930739a3d

View File

@@ -44,7 +44,7 @@ interface FailedSectionsListProps {
const title = (
<h3 className="mb-2 whitespace-nowrap text-xs font-semibold uppercase tracking-wide">
Failed Sections (Top 5)
Top Failed Sections
</h3>
);