From 7e426694b4d71159f67f2794ed58467b84c9c9fa Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 29 Jan 2025 10:46:49 +0100 Subject: [PATCH] fix(scans): change label for next scan (#6725) (cherry picked from commit edd793c9f55e87f35d0060f1951ec0f4b99095a8) --- ui/components/scans/table/scans/column-get-scans.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/scans/table/scans/column-get-scans.tsx b/ui/components/scans/table/scans/column-get-scans.tsx index 87113c21fad..55087a0e666 100644 --- a/ui/components/scans/table/scans/column-get-scans.tsx +++ b/ui/components/scans/table/scans/column-get-scans.tsx @@ -124,7 +124,7 @@ export const ColumnGetScans: ColumnDef[] = [ }, { accessorKey: "next_scan_at", - header: "Scheduled at", + header: "Next scan", cell: ({ row }) => { const { attributes: { next_scan_at },