From abf4eb0ffc1395d5c216610b5055a25f0edc6d4a Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 10 Feb 2025 14:40:44 +0545 Subject: [PATCH] chore: Rename dashboard table latest findings (#6873) Co-authored-by: Pablo Lara --- ui/app/(prowler)/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/(prowler)/page.tsx b/ui/app/(prowler)/page.tsx index e1b02c2bbe..01d5f93c3d 100644 --- a/ui/app/(prowler)/page.tsx +++ b/ui/app/(prowler)/page.tsx @@ -179,11 +179,11 @@ const SSRDataNewFindingsTable = async () => {

- Latest 10 failing findings to date by Severity + Latest new failing findings

- 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.