chore: Rename dashboard table latest findings (#6873)

Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
Pepe Fagoaga
2025-02-10 14:40:44 +05:45
committed by Pablo Lara
parent 4a821e425b
commit 239cda0a90
+3 -3
View File
@@ -179,11 +179,11 @@ const SSRDataNewFindingsTable = async () => {
<div className="relative flex w-full">
<div className="flex w-full items-center gap-2">
<h3 className="text-sm font-bold uppercase">
Latest 10 failing findings to date by Severity
Latest new failing findings
</h3>
<p className="text-xs text-gray-500">
Showing the latest 10 failing findings by severity from the last 2
days.
Showing the latest 10 new failing findings by severity from the last
2 days.
</p>
</div>
<div className="absolute -top-6 right-0">